@charset "utf-8";
/* CSS Document */

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* base tag
-------------------------------------*/

* {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

a, a:link, a:active, a:visited {
color: #06F;
text-decoration: underline;
outline: none;
}
a:hover {
color: #039;
text-decoration: none;
}

html {
background-color: #F8F3EC;
font-size: 62.5%;
color: #333;
overflow-y: scroll;
}
body {
-webkit-text-size-adjust:none;
}
img {
vertical-align: middle;
}

#wrap {
}
#header .inner,
#footer .inner,
.breadcrumb .inner,
#title .inner,
#main .inner,
#content-footer .inner,
#content-author .inner {
clear: both;
width: 960px;
margin: 0 auto;
}

#contents {
float: right;
width: 690px;
padding: 0px;
}
#side {
float: left;
width: 250px;
}

.single #contents {
width: auto;
float: none;
}

.single #contents h1 {
margin-left: 0;
}

.single #side {
visibility: hidden;
display: none;
}

.front #side {
float: right;
}
.front #contents {
float: left
}

/* layout
-------------------------------------*/

#header {
width: 100%;
height: 136px;
position: fixed;
background-color: #620;
padding: 0;
margin: 0 auto;
z-index: 9999;
}
#header a {
color: #FFF;
}
#header h1 {
width: 182px;
clear: left;
float: left;
font-size: 30px;
margin: 0 0 10px;
}
#header h1 a {
width: 182px;
height: 180px;
display: block;
background-position: left top;
background-repeat: no-repeat;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
margin: 0 0 0 -16px;
}
#header h2 {
clear: left;
float: left;
margin: 0 0 15px;
}
#header #subnavi {
background-color: #000;
}
#header #subnavi ul {
width: 100%;
display: block;
margin: 0;
padding:0;
}
#header #subnavi ul li {
float: right;
list-style: none;
font-size: 120%;
padding: 0;
margin-bottom: -16px;
}
#header #subnavi ul li a {
display: block;
background-position: left top;
background-repeat: no-repeat;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
#header #subnavi ul li.title {
float: left;
padding: 0;
}
#header #subnavi ul li.title a {
width: 530px;
height: 36px;
}
#header #subnavi ul li.offer-signup a {
width: 208px;
height: 52px;
}
#header #subnavi ul li.offer-visit a {
width: 208px;
height: 52px;
}

#header #mainNav1 {
color: #FFF;
clear: both;
}

#header #global-nav {
width: 770px;
float: right;
padding: 15px 0 0 0;
}
#header #mainNav1 {
width: 770px;
position: relative;
}

#header #mainNav1 li {
float: left;
display:block;
position: relative;
font-size:12px;
line-height: 1.8;
list-style:none;
margin: 0 auto 10px;
padding:0;
}
#header #mainNav1 li a {
display:block;
width: 120px;
text-decoration: none;
background-repeat: no-repeat;
background-position: 4px 3px;
padding: 4px 4px 4px 22px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#header #mainNav1 li a:hover {
background-color: #552424;
background-position: 4px 1px;
text-decoration: none;
}
#header #mainNav1 li a.current {
background-color: #350404;
text-decoration: none;
}
#header #mainNav1 li > ul {
display: none;
background-color: #2F2725;
position: absolute;
width:143px;
left:-145px;
top: 18px;
margin: 0;
z-index: 9999;
border-top: solid 1px #6E361B;
border-left: solid 1px #6E361B;
border-right: solid 1px #6E361B;
}
#header #mainNav1 li > ul li {
font-size:12px;
margin: 0;
}
#header #mainNav1 li > ul li a {
background-image: none;
text-decoration: none;
padding: 5px;
margin: 0;
border-bottom: solid 1px #6E361B;
}
#header #mainNav1 li > ul li a:hover {
background-color: #E9DCD6;
}

#main {
background-repeat: repeat-x;
background-position:center 140px;
padding-top: 140px;
z-index: 1;
}

#main .inner {
}
#contents {
float: right;
}

/* function-nav
-------------------------------------*/
#function-nav {
display: none;
}

/* breadcrumb
-------------------------------------*/
#breadcrumb {
margin: 20px 0 0;
}
#breadcrumb:after {
content: "";
display: block;
clear: both;
}
#breadcrumb ol {
margin: 0;
padding: 0;
list-style-type: none;
}
#breadcrumb ol li {
float: left;
margin: 0 8px 0 0;
}
#breadcrumb ol li a {
padding: 0 8x 0 0;
}
#breadcrumb ol li a.cc-nav-current {
text-decoration: none;
color:#666;
background: none;
}

.breadcrumb #search {
float: right;
padding: 10px 0 0 10px;
}
.breadcrumb #to-sitemap {
float: right;
}

/* document
-------------------------------------*/
#title {
background-color:#CCC;
padding: 3.5em 0 2.5em;
margin: 0 auto 25px;
}
#title h1 {
font-size: 30px;
margin: 0 auto 5px;
}
#title p {
font-size: 14px;
}

#contents  {
margin-bottom: 30px;
}

#contents #nav-page {
list-style: none;
margin: 0 auto;
padding: 20px 0;
}
#contents #nav-page li {
display: inline;
margin: 0 auto;
padding: 0 1em 0 0;
}
#contents #nav-page li a {
padding: 5px 10px;
background: #FDBA5A;
text-decoration: none;
border-radius: 3px;
}
#contents #nav-page li a.current,
#contents #nav-page li a:hover {
color: #FFF;
background: #FF6600;
}

#contents .article > .section {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: solid 1px #DDD;
}

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6,
#contents p,#contents ul,#contents ol,#contents dl,
#contents blockquote,#contents table,#contents iframe,#contents .note {
line-height:1.6;
letter-spacing: .1em;
margin-bottom: 15px;
}

#contents .n,
#contents .cc-m-all div.cc-m-all-wrapper {
border: none;
background: none;
padding:0;
margin: 0;
}

/*
#contents h1 {
font-size: 16px;
margin-bottom: 10px;
}
*/

#contents h1 {
font-size: 28px;
text-indent: 0;
color: #FFF;
margin-left: -270px;
padding: 100px 10px 30px 0;
margin-bottom: 20px;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
filter: glow(color=#111111,strength=2px)\9;
}

#contents h1 a:link,
#contents h1 a:visited {
color: #191c1e;
}

#contents .blogselection h1 {
font-size: 24px;
filter: none;
color: #333;
padding:0;
margin: 0;
border: none;
}
#contents .blogselection h1 a:link,
#contents .blogselection h1 a:hover,
#contents .blogselection h1 a:visited {
color: #333;
text-shadow: none;
}

#contents h2 {
clear: both;
font-size: 18px;
font-weight: bold;
color: #9CBB31;
background-repeat: repeat-x;
background-position: left bottom;
padding: 5px 0 8px;
}
#contents h3 {
clear: both;
font-size: 16px;
color: #FFF;
background-color: #2F2725;
padding: 7px 10px;
}
#contents h4 {
font-size: 14px;
color: #666;
letter-spacing: 0;
}
#contents h5 {
font-size: 12px;
color: #444;
border-bottom: dotted 1px #666;
margin-bottom: 10px;
padding-bottom: 5px;
}
#contents h6 {
font-size: 12px;
color: #444;
margin-bottom: 5px;
}
#contents p {
font-size: 14px;
}
#contents ul {
font-size: 12px;
margin-left: 20px;
}
#contents ol {
font-size: 12px;
margin-left: 25px;
}
#contents dl {
font-size: 12px;
}
#contents ul li,
#contents ol li {
margin-bottom: 5px;
}
#contents ol li {
text-indent: -5px;
}
#contents ul ul,
#contents ul ol,
#contents ol ul,
#contents ol ol {
font-size: 100%;
margin-left: 20px;
padding: 5px 0 0;
margin-bottom: 0;
}

#contents table {
border-collapse: collapse;
border-top: solid 1px #AA9999;
border-left: solid 1px #AA9999;
}
#contents th, 
#contents td {
font-size: 12px;
border-right: solid 1px #AA9999;
border-bottom: solid 1px #AA9999;
padding: 10px 15px;
}
#contents th {
color: #FFF;
background-color: #998888;
}
#contents table table,
#contents table p,
#contents table ul,
#contents table ol,
#contents table dl {
font-size: 100%;
}

#contents table.mceToolbar {
border: none;
margin: 0;
}
#contents table.mceToolbar table {
margin: 0;
}
#contents table.mceToolbar th,
#contents table.mceToolbar td {
border: none;
padding: 0;
}

#contents pre {
width: 100%;
overflow:hidden;
font-size: 13px;
border: solid 1px #CCC;
margin: 0 auto 15px;
}
#contents sup {
font-size: 8px;
vertical-align: super;
}
#contents sub {
font-size: 8px;
vertical-align: sub;
}

#contents figure {
border: none;
box-sizing: border-box;
padding:0;
margin: 0 auto 5px;
}
#contents figure figcaption {
font-size: 110%;
line-height: 1.4;
}

.single #contents h4 {
font-size: 16px;
}
.single #contents h5 {
font-size: 14px;
}
.single #contents h6 {
font-size: 14px;
}
.single #contents p {
font-size: 14px;
}
.single #contents ul {
font-size: 14px;
}
.single #contents ol {
font-size: 14px;
}
.single #contents dl {
font-size: 14px;
}
.single #contents table th,
.single #contents table td {
font-size: 14px;
}

/* design
-------------------------------------*/

#contents .rssFeed {
line-height: 1.8;
}
#contents .rssFeed .rssFeedTitle {
font-size: 24px;
}

#contents .post {
overflow: visible !important;
}

#contents .datetime p {
float: right;
line-height: 1;
}
#contents .datetime .yr:after {
content: '年';
}
#contents .datetime .day:after {
content: '日';
}
#contents .datetime .day-word:before {
content: '(';
}
#contents .datetime .day-word:after {
content: ')';
}

#contents .postmeta {
text-align: right;
font-size: 10px;
color:#666;
border-bottom: solid 1px #CCC;
padding: 5px 0;
}

#contents nav.page {
border: solid 1px #AAA;
background-color: #EEE;
padding: 15px 15px 7px;
margin: 0 auto 30px;
}
#contents nav.page ul {
margin-bottom: 0;
}
#contents nav.page li {
float: left;
text-indent: -0.5em;
list-style: decimal;
white-space: nowrap;
padding: 0 3em 0 0;
}

#contents nav.index a {
background-color: #FFF;
width: 31%;
float: left;
display: block;
color: #333;
text-decoration: none;
line-height: 1.3;
border: solid 2px #DDD;
box-sizing: border-box;
margin: 0 3% 30px 0;
}
#contents nav.index a:hover {
background-color: #EEE;
}
#contents nav.index a:nth-child(3n+3) {
margin: 0 0 15px 0;
}
#contents nav.index a:nth-child(3n+1) {
clear: both;
}
#contents nav.index a h2,
#contents nav.index a h3,
#contents nav.index a h4,
#contents nav.index a h5,
#contents nav.index a h6 {
font-size: 160%;
background: none;
color: #A20763;
border: none;
padding: 10px 10px 0;
margin: 0 auto;
}
#contents nav.index i {
color: #111;
width: 50px;
margin: 0 10px 10px 0;
}
#contents nav.index a p {
font-size: 100%;
padding: 0 10px 15px;
margin: 0 auto;
}

#contents .note {
background-color: #EEE;
border-bottom: solid 2px #DDD;
padding: 20px 15px 2px;
margin: 0 auto 30px;
}

#contents .img-right {
float: right;
margin: 0 0 15px 30px;
}
#contents .img-left {
float: left;
margin: 0 30px 15px 0;
}

#contents .float-right {
float: right;
}
#contents .float-left {
float: left;
}

#contents .in2,
#contents .in3,
#contents .in4,
#contents .in5
{
zoom: 1;
}

#contents .in2 > div
{
float: left;
width: 49%;
margin: 0 1%;
}
#contents .in3 > div
{
float: left;
width: 32%;
margin: 0 1%;
}
#contents .in4 > div
{
float: left;
width: 23.5%;
margin: 0 1%;
}
#contents .in5 > div
{
width: 18.4%;
float: left;
margin: 0 1%;
}
#contents .in1 > div:first-child,
#contents .in2 > div:first-child,
#contents .in3 > div:first-child,
#contents .in4 > div:first-child,
#contents .in5 > div:first-child
{
margin: 0 1% 0 0;
}
#contents .in1 > div:last-child,
#contents .in2 > div:last-child,
#contents .in3 > div:last-child,
#contents .in4 > div:last-child,
#contents .in5 > div:last-child
{
margin: 0 0 0 1%;
}

#contents .in2,
#contents .in3,
#contents .in4,
#contents .in5
{
}

#contents .col01
{
width: 10%
}
#contents .col02
{
width: 20%
}
#contents .col03
{
width: 30%
}
#contents .col04
{
width: 40%
}
#contents .col05
{
width: 50%
}
#contents .col06
{
width: 60%
}
#contents .col07
{
width: 70%
}
#contents .col08
{
width: 80%
}
#contents .col09
{
width: 90%
}
#contents .col10
{
width: 100%
}

/* AM10-PM23(13)  */

#contents .timetable {
margin-bottom: 5px;
}
#contents .timetable th {
font-weight: normal;
font-size: 12px !important;
padding: 5px 0;
}
#contents .timetable td {
background-color: #C9C9C9;
font-size: 13px !important;
vertical-align: middle;
padding:0;
}

#contents .hour01
{
width: 7.14285714286%
}
#contents .hour02
{
width: 14.2857142857%
}
#contents .hour03
{
width: 21.4285714286%
}
#contents .hour04
{
width: 28.5714285714%
}
#contents .hour05
{
width: 35.7142857143%
}
#contents .hour06
{
width: 42.8571428572%
}
#contents .hour07
{
width: 50%
}
#contents .hour08
{
width: 57.1428571429%
}
#contents .hour09
{
width: 64.2857142857%
}
#contents .hour10
{
width: 71.4285714286%
}
#contents .hour11
{
width: 78.5714285715%
}
#contents .hour12
{
width: 85.7142857143%
}
#contents .hour13
{
width: 92.8571428572%
}
#contents .hour14
{
width: 100%
}

#contents .hour01,
#contents .hour02,
#contents .hour03,
#contents .hour04,
#contents .hour05,
#contents .hour06,
#contents .hour07,
#contents .hour08,
#contents .hour09,
#contents .hour10,
#contents .hour11,
#contents .hour12,
#contents .hour13,
#contents .hour14 {
display: block;
text-align: center;
float: left;
padding: 6px 0;
}
#contents .day-day {
background-color: #FEC;
}
#contents .day-sat {
background-color: #CDE;
}
#contents .day-sun {
background-color: #FCC;
}
#contents .day-head {
color: #FFF;
background-color: #C0B6B6;
}
#contents .day-head-odd {
color: #FFF;
background-color: #AC9F9F;
}

#contents .caption {
font-size: 12px;
color:#666;
padding: 10px 0;
}

#contents .textLeft {
text-align: left;
}
#contents .textCenter {
text-align: center;
}
#contents .textRight {
text-align: right;
}
#contents .textMiddle {
vertical-align: middle;
}

#contents .fontNotice {
color:#C00 !important;
}
#contents .fontCiA {
color:#083901 !important;
}
#contents .fontCiB {
color:#A61169 !important;
}

#contents .fontLarge {
font-size: 18px !important;
}
#contents .fontSmall {
font-size: 10px !important;
}
#contents .fontLarge th,
#contents .fontLarge td,
#contents .fontSmall th,
#contents .fontSmall td {
padding: 3px;
}
#contents .fontMiddle {
font-size: 12px !important;
}

#contents small {
font-size: 12px !important;
color:#666 !important;
}

#contents .btn {
	font-size: 12px;
	color: #fafafa;
	padding: 12px 25px;
	background: #F90;
	background: -moz-linear-gradient(
		top,
		#ff9705 0%,
		#ff7903);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9705),
		to(#ff7903));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cf5a00;
	-moz-box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(105,036,010,0),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}

#contents .btn:hover {
	background: #ff7903;
}
#contents .big {
	font-size: 16px;
}
#contents .icon-desk-right span {
padding-right: 32px;
background-repeat: no-repeat;
background-position: right top;
}

#contents .cc-m-textwithimage .imgleft,
#contents .cc-m-textwithimage .cc-m-image-align-1,
#contents .j-textWithImage .imgleft,
#contents .j-textWithImage .cc-m-image-align-1 {
float: left;
margin: 0 24px 16px 0;
display: inline;
}

#contents .cc-m-textwithimage .imgright,
#contents .cc-m-textwithimage .cc-m-image-align-2,
#contents .j-textWithImage .imgright,
#contents .j-textWithImage .cc-m-image-align-2 {
float: right;
margin: 0 0 16px 24px;
display: inline;
}

#contents .j-imageSubtitle {
margin: 0 0 15px;
}

#contents #tabs {
    padding: 0;
    margin: 0 auto 15px;
}
#contents #tabs li { list-style: none; }
#contents #tabs li a { 
    float: left; 
    display: block;
    background: #777;
    padding: 0;
    color: #fff;
    width: 33.333333333%;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}
#contents #tabs li a:hover { background: #444; }
  
#contents #tabs li.current a { 
    background: #fff; 
    color: #666; 
    text-shadow: 1px 1px 0 #fff;
}

/* aside
-------------------------------------*/

aside nav {
}
aside nav ul {
font-size: 140%;
}
aside nav ul ul {
font-size: 100%;
}
aside nav ul a {
display: block;
padding: 5px 10px;
}
aside nav ul ul a {
padding: 5px 10px 5px 25px;
}
aside nav ul ul ul a {
padding: 5px 10px 5px 40px;
}

aside nav ul a:hover {
background-color: #FFF;
}

/* side content
-------------------------------------*/
#side {
padding: 200px 0 0 0;
}

#side h2 {
color: #644C44;
font-size: 16px;
border-bottom: solid 1px #CCC;
padding: 5px 0;
margin: 0 auto 5px;
}

#side .n {
padding: 0;
margin-bottom: 8px;
}
#side .j-header {
margin-bottom: 5px;
}

#side .block {
background-color:#FFF;
margin-bottom: 25px;
padding: 15px 0 5px;
border: solid 2px #CCC;
}
#side .archive h1 {
font-size: 140%;
padding: 10px;
}
#side .archive ul,
#side .banner ul {
list-style: none;
font-size: 140%;
padding: 5px 0 5px 0;
}
#side .archive ul ul,
#side .banner ul ul {
font-size: 100%;
}
#side .archive ul li,
#side .banner ul li {
padding: 5px 10px;
}
#side .archive ul a,
#side .banner ul a {
display: block;
}

#side .blogselection h1 {
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
float: left;
width: 100%;
overflow: hidden;
margin: 0 0 10px;
}

#side .blogselection .datetime {
display:none;
float: right;
width: 40%;
}
#side .blogselection .datetime p {
float: right;
display: inline;
font-size: 10px;
line-height: 1.6;
color: #FF6600;
}
#side .blogselection .datetime .yr:after {
content: '年';
}
#side .blogselection .datetime .day:after {
content: '日';
}
#side .blogselection .datetime .day-word:before {
content: '(';
}
#side .blogselection .datetime .day-word:after {
content: ')';
}
#side .blogselection .blogreadmore {
display: none;
}

#side .bnr {
margin-bottom: 15px;
}
#side .bnr-fb {
margin-bottom: 0;
}
#side .bnr a {
display: block;
width: 100%;
height: 40px;
background-repeat: no-repeat;
border: solid 1px #999;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
overflow: hidden;
text-indent: -9999em;
white-space: nowrap;
outline: none;
}
#side .bnr-blog a {
background-color: #FFF;
background-position: 10px center;
height: 70px;
}
#side .bnr-fb a {
background-color: #3B5999;
background-position: 15px center;
border-bottom: none;
}

#side-voice {
display: none;
background-position: left top;
background-repeat: repeat;
padding: 0 10px 10px;
}
#side-voice h1 {
font-size: 18px;
font-weight: normal;
background-color: #000;
background-color: rgba(0,0,0,0.4);
padding: 10px;
margin: 0 -10px 10px;
color: #FFF;
}
#side-voice h2,
#side-voice p {
display: none;
}
#side-voice img {
width: 64px !important;
height: auto !important;
}
#side-voice h3 {
color: #FFF;
font-size: 14px;
margin-bottom: 10px;
}
#side-voice .j-hgrid {
margin-bottom: 5px;
}

#side-voice .btn {
	font-size: 10px;
	color: #fafafa;
	padding: 3px 5px;
	background: #F90;
	background: -moz-linear-gradient(
		top,
		#ff9705 0%,
		#ff7903);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9705),
		to(#ff7903));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cf5a00;
	-moz-box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(046,002,002,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(105,036,010,0),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}

#contents .btn:hover {
	background: #ff7903;
}


#content-footer {
font-size: 140%;
padding: 15px;
border-top: solid 1px #CCC;
}

#content-footer ul,
#content-footer ul li {
padding:0;
margin: 0;
}

#content-footer .offer-visit {
display: block;
float: left;
width: 460px;
height: 80px;
background-repeat: no-repeat;
overflow: hidden;
text-indent: -9999em;
white-space: nowrap;
outline: none;
}
#content-footer .offer-signup {
display: block;
float: right;
width: 460px;
height: 80px;
background-repeat: no-repeat;
overflow: hidden;
text-indent: -9999em;
white-space: nowrap;
outline: none;
}
#content-footer .offer-visit a,
#content-footer .offer-signup a {
display: block;
width: 460px;
height: 80px;
}

#content-author {
font-size: 140%;
color: #FFF;
padding: 30px 15px 15px;
border-top: solid 1px #CCC;
}
#content-author h1,
#content-author p,
#content-author ul {
color: #FFF;
margin: 0 auto 15px;
line-height: 1.6;
}

#content-author h1 {
font-size: 20px;
font-weight: normal;
margin: 0 auto 5px;
}
#content-author #footer-number {
font-size: 20px;
font-weight: bold;
}
#content-author #footer-number span {
font-size: 22px;
}
#content-author address {
display: inline;
}
#content-author li {
font-size: 10px;
list-style: none;
}
#content-author #footer-address li {
font-size: 12px;
list-style: none;
}
#content-author #footer-address li {
font-size: 12px;
list-style: none;
}

#content-author img {
display: inline;
vertical-align: middle;
}

#footer-map {
width: 300px;
float: right;
}
#footer-map a {
display: block;
text-decoration: none;
color: #FFF;
text-align: center;
background-color: #482313;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 5px 0;
}
#footer-map a:hover {
background-color: #210;
}

#copyright {
background-color: #000;
font-size: 10px;
color: #FFF;
text-align: center;
padding: 12px 0;
}

#contentfooter .rightrow a#login,
#contentfooter .rightrow a#login:link,
#contentfooter .rightrow a#login:visited {
color: #EEE;
}
#contentfooter .rightrow a#login:hover {
color: #999;
}
#contentfooter a {
text-decoration: none;
}

/* footer
-------------------------------------*/
#footer {
background-position: left bottom;
background-repeat: repeat-x;
padding: 0 0 40px;
}
#footer ul {
float: left;
display: block;
padding: 15px 0;
}
#footer ul li {
float: left;
list-style: none;
font-size: 12px;
padding: 0 15px 0 0;
}

/* front
-------------------------------------*/
.cc-indexpage #contents {
width: 606px;
float: left;
}
.cc-indexpage #side {
width: 324px;
float: right;
padding: 0;
margin-top: 350px;
}

.cc-indexpage #contents h1 {
margin-left: auto;
margin-right: -270px;
}
.cc-indexpage #contents p {
font-size: 12px;
}

.cc-indexpage #contents .j-imageSubtitle {
padding: 0 0 10px;
}
/*
.cc-indexpage #contents .j-imageSubtitle:nth-of-type(2) {
padding: 100px 0 40px;
}
*/

.cc-indexpage #contents .j-gallery {
width: 960px; margin: 0 -270px 0 0; overflow:visible;padding-bottom: 30px;
}
.cc-indexpage #contents .j-gallery .ccgalerie {
float:right; width:412px; height:320px;
overflow: hidden;
}

.cc-indexpage #contents .j-gallery .ccgalerie div {
padding:0;
margin: 0;
text-align: left;
}

.cc-indexpage #contents .j-gallery .ccgalerie .owl-wrapper-outer {
height: 290px;
padding: 0;
}
.cc-indexpage #contents .j-gallery .ccgalerie .owl-pagination {
text-align: center;
}
.cc-indexpage #contents .j-gallery .ccgalerie .owl-item {
margin: -50px auto 0;
}

.cc-indexpage #contents .j-gallery .ccgalerie img {
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;  
box-shadow: 1px 1px 3px #000;
}

.cc-indexpage #contents .n,
.cc-indexpage #contents .cc-m-all div.cc-m-all-wrapper {
margin: 0 auto;
}
.cc-indexpage #side-voice {
display: block;
}

.cc-page-blog #contents .datetime {
position:relative;
}
.cc-page-blog #contents .datetime .datetime-inner {
position: absolute;
right: 0;
top: 5px;
background-color: #09C;
padding: 0.8em;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.cc-page-blog #contents .datetime .datetime-inner p {
color: #FFF;
margin: 0;
}

/* owl
-------------------------------------*/
/* 
 * Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	text-align: center;
	margin-bottom: 10px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #EEE;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.carousel .item {
float: left;
}
.carousel .owl-item .item {
float: none;
}
.carousel .item * {
text-align: center;
}

/* clear
-------------------------------------*/
.clear{clear:both}
.clearfix:after{content:"";display:block;clear:both}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block;position:relative}

/*
.clearover {
overflow: visible !important;
}
*/

/* ===================== updaload image ===================== */

body {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-wall.jpg?t=1393988854);
}

#header {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-wood.jpg?t=1393988842);
}
#header h1 a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/h1-title.png?t=1394636680);
}

#header #mainNav1 li a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-globalmenu-li.gif?t=1393995286);
}

#header #subnavi ul li.title a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/img-header-title.png?t=1393998819);
}
#header #subnavi ul li.offer-signup a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bnr-header-offer-visit.png?t=1393995296);
}
#header #subnavi ul li.offer-visit a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bnr-header-offer-signup.png?t=1393995291);
}

#main {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-page-mainimg.jpg?t=1394324432);
}
.cc-indexpage #main {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-front-mainimg.jpg?t=1394324288);
}

#contents h2 {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-h2.gif?t=1394002668);
}

#side-voice {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-wood.jpg?t=1393988842);
}

#side .bnr-blog a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bnr-front-blog.png?t=1394431051);
}
#side .bnr-fb a {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bnr-front-facebook.png?t=1394102814);
}

#contents .icon-desk-right span {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-globalmenu-li.gif?t=1393995286);
}


#content-footer .offer-visit {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/btn-contents-offer-visit.png?t=1393995310);
}
#content-footer .offer-signup {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/btn-contents-offer-signup.png?t=1394513745);
}

#content-author {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-wood.jpg?t=1393988842);
}
#footer {
background-image:url(https://u.jimcdn.com/cms/o/sc36133e1c1cc1b6f/userlayout/img/bg-nishiki.jpg?t=1393988867);
}