@charset "utf-8";

.clear_box{
clear:both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.none_pc{
display:none;
}

#logo_box_index{
width:100%;
height:40px;
margin-top:0;
margin-left:0;
border-bottom: 1px solid #fcfdf7;
border-top: 1px solid #fcfdf7;
background: none repeat scroll 0 0 rgb(40, 49, 50);
background: none repeat scroll 0 0 rgba(40, 49, 50, 0.9);
position:relative;
z-index:101;
}

#logo_box_index img{
width:200px;
height:40px;
margin-left:40px;
}

#logo_box_index .top_button img{
	width:28px;
	height:28px;
	}
 
	
#logo_box_index .top_button #google_translate_element{
	position:absolute;
	top:10px;
	right:25px;
	}
#logo_box_index .top_button #google_translate_element img{
	width:auto;
	height:auto;
	margin:0;
	}	

#logo_box_index .top_button #google_translate_element .goog-te-gadget-icon{
	width:15px;
	height:15px;
	margin-top:-2px;
	}	


.info_button{
	position:absolute;
	top:15px;
	right:440px;
	}
.event_button{
	position:absolute;
	top:15px;
	right:400px;
	}
.modelblog_button{
	position:absolute;
	top:15px;
	right:360px;
	}
.lunachannel_button{
	position:absolute;
	top:15px;
	right:320px;
	}
.d_make_button{
	position:absolute;
	top:15px;
	right:280px;
	}
.mizugi_button{
	position:absolute;
	top:15px;
	right:240px;
	}
	
.entame_button{
	position:absolute;
	top:15px;
	right:200px;
	}
	
#feedinfo{
	position:absolute;
	top:7px;
	right:160px;
	}
      


.menu_index{
    width: 100%;
	background-color:rgba(40, 49, 50, 0.9);
    border-bottom: 1px solid #DCD9D9;
    border-top: 1px solid #DCD9D9;
    font-size: 15px;
    height: 40px;
    z-index: 10;
	}
	

.menu_index ul{
	font-size: 12px;
	height: 40px;
	margin-top:1px;
	margin-bottom: 8px;

}



.menu_index ul li {
	list-style-type: none;
	width: auto;
	float: left;
	margin-left: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #555555;
	text-align: center;
}

.menu_index ul li:nth-of-type(1) {
	margin-left: 40px;
}

.menu_index ul li a {
	text-decoration:none;
	color:#f0f3f2;
}
	
.menu_index ul li a:hover {
	color: #00a0e9;
}



#menu {
	list-style-type:none;
	width:100%;
	padding:0;
	margin:0;
	z-index:500;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	background-color:rgba(40, 49, 50, 0.9);/*ダウンボタンのカラー*/
	margin:1px 1px 0 0;
	position:relative;
	z-index:500;
}
#menu li.sub {
	background-color:rgba(40, 49, 50, 0.9);
	border-right: 1px dotted #DCD9D9;
	height:36px;

}

#menu li.sub:nth-of-type(6) {
	border-right:1px solid #fcfdf7;
}

#menu li, #menu li a {
	display:block;
	color:#fcfdf7;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:40px;
	width:125px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
#menu li:hover, #menu li a:hover {
	background-color:rgba(40, 49, 50, 0.9);
        color:#ffffff;
}
#menu ul {
	position:absolute;
	left:-9999px;
	width:128px;
}
#menu li.click {
	background:#111111;/*ボタンをクリックしたときの背景色*/
        color:#ffffff;
}
#menu li.click ul{
	left:0;
	top:41px;/*クリックしたときにダウンボタンの始まる位置*/
}








#wrapper_index{
width:100%;
height:100%;
color: #555;
font-size:12px;
line-height: 1.5;
margin:0 0 0 0;
overflow-y: auto;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
position: relative;
}

/****** モデルのプロフィールのBGの白、半透明 **************/

#wrapper{
width:100%;
height:100%;
color: #555;
font-size:12px;
line-height: 1.5;
margin:0 0 0 0;
overflow-y: auto;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
position: relative;
background: none repeat scroll 0 0 rgb(255, 255, 255);
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}


#wrapper_index{
width:100%;
height:100%;
color: #555;
font-size:12px;
line-height: 1.5;
margin:0 0 0 0;
overflow-y: auto;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
position: relative;
}


#container_index{
width:680px;
height:auto;
color: #555;
font-size:14px;
line-height: 1.5;
margin-left:0;
position: relative;
background: none repeat scroll 0 0 rgba(31, 34, 61, 0.8);
}



a{
color: #366EE6;
font-size:12px;
text-decoration:none;
}
a:hover{
color: #366EE6;
font-size:12px;
text-decoration:underline;
}



span.tuyolink a{
font-size:15px;
font-weight:bold;
border-bottom:1px dotted #cfdcef;
padding-bottom:2px;
}

span.tuyolink a:hover{
font-size:15px;
font-weight:bold;
border-bottom:1px dotted #ffffff;
padding-bottom:2px;
}


h1 {
width:100%;
font-size: 18px;
color: #666666;
margin-left:20px;
padding:5px 0 5px 0;
font-weight: bold; 
white-space:nowrap;
letter-spacing: 0.08em;
text-align:center;
border-bottom: 1px solid #88B1F2;
border-top: 1px solid #88B1F2;
margin-bottom:20px;
}

.h1_discription{
width:80%;
font-size:11px;
letter-spacing: 0.08em;
margin-top:30px;
margin-left:25px;
line-height:150%;
padding:10px;
}



h2 {
font-size: 15px;
font-weight: bold; 
color: #561351;
border-bottom:7px solid #ccc;  
padding:0 0 5px 20px;
}

h3 {
font-size: 13px;
font-weight: bold; 
color: #333333;
margin-bottom:10px;
}


h4 {
font-size: 12px;
font-weight: bold; 
color: #0066aa;
border-bottom:1px dotted #0066aa;
margin-bottom:10px;
}

.striking{
color:#81dc88;
font-weight:bold;
}

audio{
margin-bottom:20px;
}
#main_box ul li{
margin:0 0 0 1em;
overflow:hidden;
}



#main_box_index{
width: 570px;
padding-top:57px;
padding-left:40px;
padding-right:40px;
padding-bottom:42px;
}

#main_box_index p{
padding:30px 0 0 0;
}

#main_box_index ul li{
margin: 10px 0 0 0;
overflow:hidden;
}

#main_box_index ol li{
margin: 10px 0 0 20px;
}

#main_box_index h1 {
width:570px;
margin:0;
font-size: 20px;
color: #e9eaef;
padding:5px 0 5px 0;
font-weight: bold; 
letter-spacing: 0.08em;
text-align:center;
border-bottom: 1px solid #88B1F2;
border-top: 1px solid #88B1F2;
}

#main_box_index h2 {
width:570px;
font-size: 18px;
font-weight: bold; 
color: #e9eaef;
border-bottom:3px solid #B5B7BF;  
margin-bottom:20px;
padding:30px 0 5px 0;
}

#main_box_index h3 {
font-size: 14px;
font-weight: bold; 
color: #e9eaef;
margin:10px 0 10px 0;
padding-left:0;
}

#main_box_index p.explain{
width:auto;
height:auto;
background: rgba(31, 34, 61, 0.8);
padding:15px;
border:1px dotted rgba(31, 34, 61, 1);
color:#e4fbfe;
}




#main_box_index li.widgeteventinfo{
	list-style:none;
	color:#bbbbbb;
	}
#main_box_index li.widgeteventinfo img{
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	float:left;
	}
	


#main_box_index ul.img_all li{
float: left;
width: 72px;
list-style: none outside;
margin: 20px 20px 30px 0;
text-align:center;
line-height:100%;
}
#main_box_index ul.img_all li img{
width: 64px;
height: 64px;
margin: 10px 2px 10px 0;
padding:2px;
border:solid 1px #000;
}


#main_box_index li.widgeteventinfo h3{
	color:#722c5d;
	}
#main_box_index li.widgeteventinfo h3 a{
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#e9eaef;
	}

.gallerybox{
width:100%;
height:auto;
font-size:11px;
letter-spacing: 0.2em;
margin-left:40px;

}

.gallerybox h2{
font-size: 15px;
font-weight: bold; 
color: #561351;
border-bottom:7px solid #ccc;  
padding:0 0 10px 0;
margin-bottom:7px;
letter-spacing: 0.3em;
}

.gallerybox img{
padding:2px;
border:1px solid #ffffff;
margin:0 15px 15px 0;
float:left
}

#container_model{
width:80%;
height:auto;
margin:2% 17%;
position: relative;
}

#container_model2{
width:90%;
height:auto;
margin-left:7%;
background:url(../image/content_model_bg.png);
background-repeat: no-repeat;
background-position: right top;
position: relative;  
overflow:hidden;
}

#container_model2 a{
color:#49614a;
}




.model_list{
width:20%;
color:#dddddd;
padding:20px 10px;
background: none repeat scroll 0 0 rgba(31, 34, 61, 0.8);
position:absolute;
top:83px;
left:0;
}


.model_list h2{
color:#ffffff;
border-bottom:2px solid #cccccc;
}

.model_list h3{
color:#ffffff;
}

.model_list ul.img_all{
height:auto;
}
.model_list ul.img_all li{
float: left;
width: 72px;
list-style: none outside;
margin: 0;
text-align:center;
line-height:100%;
font-size:12px;
}
.model_list ul.img_all li img{
width: 64px;
height: 64px;
margin: 10px 2px 10px 0;
padding:2px;
border:solid 1px #000;
}


.about_list{
width:570px;
margin:0;
}

.about_list dl {
width: 570px;
list-style-type: none;
}

.about_list dl dt {
width: 150px;
height: 15px;
padding: 5px 10px;
border-bottom: 1px dotted #666;
display: block;
float: left;
margin: 5px 0;
}

.about_list dl dd {
text-align: right;
font-weight: bold;
width: 400px;
height: 15px;
padding: 5px 0;
border-bottom: 1px dotted #666;
display: block;
float: left;
margin: 5px 0;
}


/********** フォーム **************/
.formin input{
margin:20px 0;
}

.formin textarea{
margin:20px 0;
}

buton#submit{
margin:20px 0;
}

buton#myreset{
margin:20px 0;
}

/*** 価格テーブル ***/

table.kakaku{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.kakaku th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#E6E4E5;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.kakaku td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
	color:#333333;
}



/* ナビ */

#navi{
width:540px;
margin-top:20px;
}


#navi ul li{
	width:60px;
	height:60px;
	float:left;
	background:none;
	padding:0 10px 0px 0;
	margin:0 3px 10px 0;
	list-style: none;
}
#navi li a{
	display:block;
}
#navi li a:hover   {opacity:0.8;}
#navi li a:active  {opacity:0.8;}

#navi{
width:540px;
margin-top:20px;
}

#photo{
	width:540px;
	height:360px;
	margin:0 0 0 0;
}
#photo img{
	width:536px;
	height:357px;
	position:absolute;
}

#navi2{
width:360px;
margin-top:20px;
}

#navi2 ul{

}

#navi2 ul li{
	width:60px;
	height:60px;
	float:left;
	background:none;
	padding:0 0 0 11px;
	margin:0 3px 10px 0;
	list-style: none;
}

#navi2 ul li:nth-of-type(1){
	padding:0;
}


#navi2 li a{
	display:block;
}
#navi2 li a:link    {}
#navi2 li a:visited {}
#navi2 li a:hover   {opacity:0.8;}
#navi2 li a:active  {opacity:0.8;}



#photo2{
	width:360px;
	height:540px;
	margin:0 0 0 0;
}
#photo2 img{
	width:357px;
	height:536px;
	position:absolute;
}

 .content_box360{
width: 400px;
height:auto;
margin:10px 0 0 20px;
line-height:200%;
float:left;
position:relative;
}

.content_box360_inbox{
width:360px;
height: auto;
margin:10px 0 20px 20px;
}

 
 .content_box360_inbox img{
border:1px solid #c2b1c1;
padding:2px;
 }
 
 
.content_box360_inbox a{
 opacity: 0.9;
 }
.content_box360_inbox a:hover{
 opacity: 1;
 }
 
 
 .content_box500{
width: 100%;
height:auto;
margin:10px 0 0 40px;
line-height:200%;
float:left;
position:relative;
}

.content_box500_inbox{
width:100%;
height: auto;
margin:10px 0 20px 20px;
}
.content_box500_inbox img{
border:1px solid #c2b1c1;
padding:2px;
 }
 
.content_box500_inbox a{
 opacity: 0.9;
 }
 
.content_box500_inbox a:hover{
 opacity: 1;
 }


.content_box580{
width: 100%;
height:auto;
margin:0;
line-height:200%;
}

.content_box580_inbox{
width:90%;
height: auto;
margin:0 5%;
}

.content_box580_inbox280{
width:40%;
height: auto;
float:left;
margin:0 5%;
}
.content_box580_inbox img{
border:1px solid #c2b1c1;
padding:2px;
 }
 
 
.content_box580_inbox a{
 opacity: 0.9;
 }
.content_box580_inbox a:hover{
 opacity: 1;
 }
 
 .content_box280{
width: 100%;
height:auto;
margin:5%;
line-height:200%;
float:left;
position:relative;
}

.content_box280_inbox{
width:90%;
height: auto;
margin:5%;
}
.content_box280_inbox img{
border:1px solid #c2b1c1;
padding:2px;
 }
 
.content_box280_inbox a{
 opacity: 0.9;
 }
 
.content_box280_inbox a:hover{
 opacity: 1;
 }

.footer_adress{
width: 100%;
height:auto;
font-size:11px;
margin-left:20px;
border-top:1px solid #88B1F2;
border-bottom:1px solid #88B1F2;
margin:20px 0;
padding:20px 0;
text-align:center;
}

/********** zero mail ***************/



/* 必須 */
.require {color: #e7fbfc;}


/* １段階小さい文字 */
.small {font-size:85%;}


/* ボタンの親 */
.button {
	text-align:center;
}

/* Table
--------------------------------------------------*/
.zeromail table,
.zeromail th,
.zeromail td {
	background-color:#fff;
	border:solid 1px #cdd8eb;
	border-collapse:collapse;
}
.zeromail table {
	width:500px;
    margin-bottom:10px;
}

.zeromail caption {
    margin:10px 0;
    padding:0.5em;
    background-color:#c9d9f0;
    color:#3762a8;
    font-weight:bold;
}

.zeromail thead th,
.zeromail tfoot th {
	background-color:#dbe5f3;
    text-align:center;
}
.zeromail thead td,
.zeromail tfoot td {
	background-color:#dbe5f3;
    text-align:center;
}

.zeromail tbody th {
    width:25%;
    padding:0.5em;
	background-color:#ebf1f9;
	font-weight:normal;
    text-align:center;
}

.zeromail td {
    padding:0.5em;
	text-align:left;
}

/* Form
--------------------------------------------------*/
.zeromail legend {
	display:none;
}

.zeromail label{
    margin:0 3px;
}

.zeromail input[type=radio],
.zeromail input[type=checkbox] {
    margin-right:0.3em;
}

.zeromail button,
.zeromail input[type=checkbox],
.zeromail input[type=radio],
.zeromail input[type=reset],
.zeromail input[type=submit] {
    padding:1px;
}

.zeromail [type=check],
.zeromail [type=radio],
.zeromail [type=submit] {
    cursor: pointer;
}

.zeromail [type=check] + label,
.zeromail [type=radio] + label {
    display: inline-block;
    cursor: pointer;
}

.zeromail [type=text],
.zeromail [type=password],
.zeromail textarea {
    padding: 1px;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.zeromail input[type=text]:hover,
.zeromail [type=password]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail [type=password]:focus,
.zeromail textarea:focus {
	background-color: #ECFBFF;
}

/* Button
--------------------------------------------------*/

.buttonbox {
    width:500px;
}

.zeromail .button {
    text-align:center;
    margin-top:20px;
}

.zeromail .button button {
    min-width:100px;
	_width:100px;
}

.zeromail button[type],
.zeromail button[id]{
    margin:0 5px;
	padding:0 5px;
    border:solid 2px;
    border-color:#ddd #aaa #aaa #ddd;
	border-radius:5px;
    background-color:#ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    line-height:1.4;
    cursor:pointer;
}

.zeromail button[type]:hover,
.zeromail button[id]:hover{
    background-color:#efefef;
}
.zeromail button[id=submit] {
    border-color:#CAD6F0 #7C99DC #889FD7 #CAD6F0;
    background-color:#AABCE8;
}
.zeromail button[id=submit]:hover {
    border-color:#C4E0F0 #8DC5E2 #8FBEE0 #C4E0F0;
    background-color:#A9D2E9;
}

.zeromail button[id=myreset],
.zeromail button[id=close]{
}


/* 確認・エラー画面(check,error)
--------------------------------------------------*/
.zeromail #confirm td  {
    padding:1em;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
    color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	text-align:center;
}

/*エラー*/
.zeromail span.error{ 
	display:block;
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#f7a499;
	border:solid 1px #e16c48;
	text-align:center;
	color:#181710;
}

/*エラーなし*/
.zeromail span.confirm{
	display:block;
	color:#339933;
	border:solid 1px;
	border-color:#D9F4C4;
	padding:10px;
}


/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#e8f198;
	border:solid 1px #c6e148;
	text-align:center;
	color:#4e4c35;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	clear:both;
    margin-top:30px;
    font-size:6px;
	text-align:center;
	display:none
}
.wtn_copyright a{
    color:#AABCE8;
	text-decoration:none;
	
}

/*-----------------------------------------------------
  for Ajax
------------------------------------------------------*/
/*住所検索メッセージ*/
.zeromail .zipcode-message {
	font-size:85%;
	margin-left:0.5em;
}
/* Address Search */
.zeromail .zipcode-btn {
}
.zeromail .zipcode-message {
	color:#999;
}

/* Over Text Label */
.zeromail .overTxtLabel {
    color: #888888;
}

/* Validator Advice */
.zeromail input[type=text].validation-failed,
.zeromail textarea.validation-failed {
    border-color: #ff0000;
    background-color: #ffdddd;
}
.zeromail .validation-failed:hover,
.zeromail .validation-failed:focus {
	border-color: #FF6A6A;
	background-color: #FEE;
}
.zeromail .validation-advice {
    padding-bottom: 5px;
    font-weight: bold;
    color: #ff0000;
}

/* ローディング */
.spinner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
}

/* [Ajax] Result
--------------------------------------------------*/
/* 結果 */
#result {
	margin:10px 0;
	background-color: #DFE6FD;
	text-align:center;
}

#result div{
	border: 1px solid;
	border-color:#5082EB;
	padding:10px;
}

#result:empty{
	margin:0;
	padding:0;
	border-width:0;
}​

/* 完了メッセージ */
#result .success{
}


/*-----------------------------------------------------
  ZeroMail ADMIN CSS
------------------------------------------------------*/
#admin #container {
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#admin h1 {
	margin-bottom:30px;
}

#admin h2 {
	margin-top:0;
	padding:0.3em 0;
	background:#efefef;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#content {
	margin-bottom:50px;
}

/* Contents Area */
.logon #content {
	position:relative;
	width:630px;
	float:right;
}

#admin .button button#submit {width:auto;}

/* [ADMIN] Login Form
--------------------------------------------------*/
#admin form.login {
	text-align:center;
	margin:50px 0;
}

form.login button#submit {
	width:auto;
}

form.login dl {
	width:18em;
	margin:0 auto;
	text-align:left;
}
form.login dt {
	float:left;
	clear:left;
	width:6em;
	text-align:right;
}
form.login dd {
	margin-bottom:5px;
}

form.login #formid {
	ime-mode: disabled;
}

#admin #content .login .button {
	position:static;
	margin:1em;
	
}

/* [ADMIN] Logout Button
--------------------------------------------------*/
.logout {
	position:absolute;
	top:1.2em;
	right:0.2em;
}

button#logout{
    border:solid 2px;
    border-color:#aaa #777 #555 #999;
    background-color:#888;
    line-height:1.4;
    margin:0;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
button#logout:hover {
	background-color:#a00;
	border-color:#d00 #900 #700 #c00;
}

/* [ADMIN] $table content
--------------------------------------------------*/
#admin #content td {
	white-space:nowrap;
}

#admin #content .button {
	position:absolute;
	margin:0;
	padding:0;
	top:3em;
	right:0;
}

#admin form.loglist,
#admin form.directory {
	overflow:auto;
	min-width:520px;
	padding:50px 0;
}

td.nodata {
	text-align:center;
	padding:1em 0;
}

.download table dt {
	float:left;
	clear:left;
	margin:0 0 0.5em 0;
	padding:0.2em 0;
	width:30%;
	background-color:#efefef;
	text-align:center;
}

.download table dd {
	margin:0.5em 0 0.5em 35%;
	padding:0.2em 0;
	text-align:left;
}

.download td.action{
	text-align:center;
}

.download .option {
	margin:5px 0;
}

/* [ADMIN] Navigation
--------------------------------------------------*/
.logon #navi {
	width:170px;
	float:left;
}

form.idSelect {
	margin-bottom:1em;
}

#admin .navi li {
	list-style:inside disc;
	margin:0 0 0.5em 0;
}
#admin .navi a {
	text-decoration:none;
}


/* [ADMIN] Copyright
--------------------------------------------------*/
#admin .wtn_copyright {
	clear:both;
	margin:0 auto;
	padding-top:10px;
	border-top:solid 1px;
	font-size:85%;
	display:none;
}

#container_index{
width:320px;
height:auto;
font-size:12px;
line-height: 1.5;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
position: relative;
background-color:rgba(241, 251, 251, 0.96);
background-image:url("../image/bg_mainbox_index.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top;
float:left;
}


#main_box_index{
width: 260px;
padding-top:57px;
padding-left:30px;
padding-right:30px;
padding-bottom:42px;
}

#main_box_index p{
padding:10px 0 0 0;
color:#6D6B6B;
}

#main_box_index ul li{
margin: 10px 0 0 0;
overflow:hidden;
}

#main_box_index ol li{
margin: 10px 0 0 20px;
}

#main_box_index h1 {
width:260px;
margin:0;
font-size: 14px;
color: #506274;
padding:5px 0 5px 0;
font-weight: bold; 
letter-spacing: 0.08em;
border-top:1px solid #B5B7BF;
border-bottom:1px solid #B5B7BF;
}

#main_box_index h2 {
width:260px;
font-size: 14px;
font-weight: bold; 
color: #506274;
border-bottom:3px dotted #B5B7BF;  
padding:30px 0 5px 0;
margin-bottom:30px;
}

#main_box_index h3 {
font-size: 12px;
font-weight: bold; 
color: #506274;
margin:10px 0 10px 0;
padding-left:0;
}

#main_box_index p.explain{
width:auto;
height:auto;
background: rgba(255, 255, 255, 0.8);
padding:15px;
border:1px dotted rgba(255, 255, 255, 0.8);
color:#333333;
}

#main_box div.content_box_jisseki{
width:410px;
margin:20px 0 0 40px;
float:left;
}


.content_box_jisseki h2{
margin:0 0 20px 0;
padding:0 0 10px 0;
}

.content_box_jisseki h3{
padding:10px 0 10px 0;
}

.content_box_jisseki h3:hth-of-type(1){
padding:0 0 10px 0;
}


#main_box_index li.widgeteventinfo{
	list-style:none;
	color:#6D6B6B;
	}
#main_box_index li.widgeteventinfo img{
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	float:left;
	}

#main_box_index li.widgeteventinfo h3{
	color:#722c5d;
	}
#main_box_index li.widgeteventinfo h3 a{
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#5E7A8C;
	}

#main_box_index div.gallerybox {
    width: auto;
    height: auto;
    margin: 20px 0 0;
}

.top_logo{
width:260px;
height:auto;
}

.top_logo img{
width:130px;
height:auto;
margin-left:50px;
}

