@charset "UTF-8";

/*基本設定--------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	color: #333333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
    *font: x-small;
}

img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #098ad4;
	text-decoration: none;
}

a:hover, a:active {
	color: #098ad4;
	text-decoration: underline;
}

/*header_top_block--------------------*/

#header_top_block {
	position: relative;
	width: 930px;
	height: 28px;
	margin: 0 auto;
	color: #fff;
}

#header_top_text {
	width: 400px;
	padding-top: 5px;
	float: left;
	font-size: 84%;
}

#header_top_text img {
	margin: 2px 3px 0 3px;
}

#header_top_member {
	width: 290px;
	float: left;
	padding-top: 7px;
	font-size: 77%;
	text-align: right;
}

#header_top_menu {
	width: 223px;
	float: right;
}

#header_top_menu ul {
	float: right;
}

#header_top_menu li {
	list-style: none;
	float: left;
}

/*login--------------------*/
#login {
	display: none;
	position: absolute;
	top: 0;
	right: 1px;
	width: 362px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.28);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.28);
}

#login .login_btn {
	float: right;
	cursor: pointer;
}

#login .login_box {
	width: 354px;
	padding: 4px;
	clear: both;
	background: #eceeef;
}

#login form {
	padding: 20px 17px 0;
	background: url(../img/common/login_hr.gif) repeat-x scroll left bottom;
}

#login table {
	width: 100%;
}

#login th {
	width: 78px;
}

#login td {
	padding: 3px;
}

#login td input {
	color: #002f4b;
	font-weight: bold;
	line-height: 26px;
	width: 100%;
	height: 26px;
	padding: 0 3px;
	border: #bdc5ca 1px solid;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.17) inset;
	        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.17) inset;
}

#login form p {
	text-align: center;
	padding: 13px 0;
}

#login .login_other {
	padding: 7px 17px;
}

#login .login_other p {
	line-height: 24px;
}

#login .login_other p img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

/*header--------------------*/

#header {
	width: 930px;
	height: 76px;
	margin: 0 auto;
}

#logo {
	width: 250px;
	float: left;
}

#logo img {
	margin-top: 12px;
}

#header_menu {
	width: 600px;
	padding-top: 30px;
	float: right;
}

#header_menu ul {
	float: right;
}

#header_menu li {
	list-style: none;
	margin-left: 20px;
	font-size: 93%;
	float: left;
}

#header_menu li.about {
	padding-left: 20px;
	background: url(../img/common/icon_about.gif) 0 0 no-repeat;
}

#header_menu li.contact {
	padding-left: 23px;
	background: url(../img/common/icon_contact.gif) 0 2px no-repeat;
}

#header_menu li.review {
	padding-left: 20px;
	background: url(../img/common/icon_review.gif) 0 0 no-repeat;
}


/*container--------------------*/

#container {
	width: 930px;
	margin: 0 auto 50px auto;
	font-size: 93%;
}

#contents {
	float: left;
	width: 685px;
}

#side_menu {
	float: right;
	width: 205px;
}

#side_menu h2 {
	margin-bottom: 10px;
}

/*side_menu*/

ul.member_menu,
ul.contact_menu {
	margin-bottom: 20px;
	clear: both;
}

ul.member_menu li {
	list-style: none;
	background: url(../img/common/icon_arrow02.gif) 10px 5px no-repeat;
}

ul.contact_menu li {
	list-style: none;
	background: url(../img/common/sidemenu_icon_contact.gif) 8px 6px no-repeat;
}

ul.member_menu li a,
ul.contact_menu li a {
	display: block;
	padding: 5px 5px 5px 35px;
	text-decoration: none;
}

ul.member_menu li a:hover,
ul.contact_menu li a:hover {
	text-decoration: underline;
}

/*アコーディオンメニュー*/

.list_menu_block {
	border-top: #ccc solid 1px;
	padding-top: 10px;
	color: #098ad4;
}

dl.accordion {
	
}

dl.accordion dt {
	background: url(../img/common/icon_plus.gif) right center no-repeat;
	cursor: pointer;
}

.accordion dt:hover {
	text-decoration: underline;
}

dl.accordion dt.open {
	background: url(../img/common/icon_minus.gif) right center no-repeat;
}

dl.accordion dd {
	display:none;
	margin: 0;
	padding: 0;
}

dl.accordion dd ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: #ccc dotted 1px;
}

dl.accordion dd ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: #ccc dotted 1px;
}

dl.accordion dd ul li a {
	display:block;
	padding:7px 5px 7px 20px;
}

dl.accordion dd ul li a:hover {
	background: #e5f6ff;
	text-decoration: none;
}

dl.accordion dd ul li .name {
	padding-left: 20px;
	font-weight: bold;
	background: url(../img/common/icon_arrow01.gif) 0 1px no-repeat;
	color: #098ad4;
}

dl.accordion dd ul li .info {
	color: #333;
	font-size: 93%;
	line-height: 1.4;
}

dl.accordion dt {
	padding: 5px;
}

dl.accordion dt img {
	margin-right: 5px;
}



/*footer_menu--------------------*/

#footer_menu_block {
	clear: both;
	width: 100%;
	background: #FF0033;
}

#footer_menu {
	width: 930px;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	color: #ff;
	font-size: 93%;
}

#footer_menu li {
	list-style: none;
	margin-right: 20px;
	float: left;
}

#footer_menu li a:link,
#footer_menu li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_menu li a:hover,
#footer_menu li a:active {
	color: #fff;
	text-decoration: underline;
}

/*footer_top_block--------------------*/

#footer_top_block {
	clear: both;
	width: 100%;
	border-bottom: #ccc solid 1px;
}

#footer_top_box {
	width: 930px;
	margin: 0 auto;
    /*
	padding: 15px 0 50px 0;
    */
    padding-bottom: 5px;
}

#socialmedia_block {
	width: 800px;
	float: left;
}

#socialmedia_block li {
	list-style: none;
	margin-right: 15px;
	float: left;
}

#socialmedia_block li.facebook {

}

#socialmedia_block li.twitter {

}

#pagetop {
	width: 100px;
	float: right;
	text-align: right;
}

/*footer--------------------*/

#footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
	padding: 10px 0 50px 0;
	text-align: right;
}

#footer address {
	color: #333333;
    font-size: 10px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	*font-size: small;
    *font: x-small;
	line-height: 1.6;
}
#footer address a {
    text-decoration: none;
	color: #333333;
}
#footer address a:hover {
    text-decoration: none;
	color: #333333;
}


/*social_block--------------------*/

#wrapper {
	background: url(../img/common/body_bg.gif) top repeat-x;
}

#fixedItem {
	width: 180px;
	height: 93px;
	position: fixed !important;
	position: absolute;
	bottom: 40px;
	right: 0px;
	_right: 16px;
}

/* for IE6 styles */
* html ,
* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

* html #wrapper {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}

#social_block {
position: fixed;
height: 93px;
padding: 10px 10px 0 10px;
bottom: 20px;
right: 0;
background: url(../img/common/social_bg.gif) left top no-repeat;
}

#social_block #icon_block {
width: 20px;
float: left;
}

#social_block #button_block {
width: 130px;
margin-left: 5px;
float: left;
display: none;
_display: block;
}

#social_block:hover #button_block {
display: block;
}

#social_block #icon_block li,
#social_block #button_block li {
list-style: none;
margin-bottom: 5px;
}

/*float--------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}


/*font--------------------*/

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.font21 {
	font-size: 161.6%;
}

.font22 {
	font-size: 167%;
}

.font23 {
	font-size: 174%;
}

.font24 {
	font-size: 182%;
}

.font25 {
	font-size: 189%;
}

.font26 {
	font-size: 197%;
}

.fontb {
	font-weight: bold;
}

/*margin--------------------*/


/*top*/

.mt05{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}

.mt25{
	margin-top: 25px;
}

.mt30{
	margin-top: 30px;
}


/*bottom*/
.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}


/*clearfix--------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

.error-message {
    color: red;
    font-weight: bold;
}