@charset "UTF-8";
/* CSS Document */
/* 基本のカラム*/
body {
	background: #f2eae5;
	font-size: 12px;
}

body > iframe {
	display: none;
}

#out_wrapper {
	width: 990px;
	margin: auto auto;
	box-shadow: 0 0 5px #999;
	background: url(/img/common/out_wrapper_bg2.png) no-repeat left top #ffffff;
}

#routes.index #out_wrapper {
	width: 990px;
	margin: auto auto;
	background: url(/img/common/out_wrapper_bg.png) no-repeat left top #ffffff;
}

#wrapper {
	position: relative;
	margin: 0 20px;
	padding-bottom: 50px;
	width: 950px;
}

#primary_area {
	width: 950px;
	height: 255px;
	position: relative;
	margin-bottom: 15px;
}

.column-3 .adj_layout {
	float: left;
	width: 740px;
}

.column-3 #centercolumn {
	float: right;
	margin-left: 10px;
	width: 540px;
}

.column-2 #centercolumn {
	float: left;
	width: 740px;
}

#leftcolumn {
	float: left;
	width: 190px;
}

#rightcolumn {
	float: right;
	width: 200px;
	margin-left: 10px;
}

.center_s {
	padding: 0px 10px;
}

/*width 520px用指定*/
#footer {
	height: 59px;
	background-color: #FC6;
	padding-top: 17px;
	clear: both;
}

#rightcolumn .fixed-nav p {
	margin-bottom: 8px;
}

.firstCild {
	margin-bottom: 20px;
}

/******** header *******************/
#header {
	position: relative;
	height: 127px;
	background: url(/img/common/header_bg.png) no-repeat left top;
	margin-bottom: 15px;
}

.index#routes #header {
	margin-bottom: 0 !important;
}

#header .sitelogo {
	position: absolute;
	display: block;
	top: 23px;
}

#header .siteCatch {
	position: absolute;
	top: 8px;
	left: 6px;
	font-size: 10px;
	color: #666;
}

#header ul.head_nav {
	width: 330px;
	height: 41px;
	position: absolute;
	top: 35px;
	right: 374px;
}

#header ul.head_nav li {
	margin-right: 10px;
}

#header #fontSize {
	width: 180px;
	height: 31px;
	position: absolute;
	top: 45px;
	right: 195px;
}

#header #fontSize li {
	margin-right: 5px;
	line-height: 31px;
	cursor: pointer;
}

#header .element__tel {
	position: absolute;
	top: 11px;
	right: 10px;
}

#header .element__tel img {
	border-radius: 4px;
}

/******** glnav *******************/
nav#glnav {
	position: absolute;
	bottom: 0px;
}

nav#glnav ul li {
	float: left;
}

nav#glnav ul li a {
	display: block;
	width: 119px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	text-shadow: 1px 1px 1px #442D01;
	text-decoration: none;
	background: url(/img/common/glnav/glnav_bg2.png) no-repeat -118px bottom;
}

nav#glnav ul li a:hover {
	background-position: -118px top;
}

nav#glnav ul li.selected a {
	background-position: -118px -37px;
	text-shadow: 1px 1px 1px #C55E67;
}

nav#glnav ul li.home a {
	width: 118px;
	background: url(/img/common/glnav/glnav_bg2.png) left bottom no-repeat;
}

nav#glnav ul li.home a:hover {
	background-position: left top;
}

nav#glnav ul li.home.selected a,
nav#glnav ul li.home.selected a:hover {
	background-position: left -37px;
}

nav#glnav ul li.column a {
	width: 118px;
	background-image: url(/img/common/glnav/glnav_bg2.png) !important;
	background-position: right bottom;
}

nav#glnav ul li.column a:hover {
	background-position: right top;
}

nav#glnav ul li.selected_column a,
nav#glnav ul li.selected_column a:hover {
	background-position: right -37px;
}

.bunner_area {
	margin-bottom: 15px;
}

.blk {
	margin-bottom: 15px;
}

.blk_rss ul li {
	text-align: center;
}

/******** (blk) siteSearch *******************/
#siteSearch {
	margin-bottom: 15px;
}

#routes #primary_area #siteSearch {
	margin-bottom: 0;
	padding-top: 0px;
	margin-top: -1px;
}

#siteSearch .sub {
	margin: 0;
	padding-left: 4px;
	height: 25px;
	line-height: 1;
	left: 0;
	width: 199px;
	background: url(/img/common/form_frame.gif) no-repeat scroll left top transparent;
}

#siteSearch .sub input#s {
	padding: 0;
	width: 155px;
	font-size: 12x;
	line-height: 12px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******** side_serach *******************/
#side_search {
	margin-bottom: 15px;
}

#rightcolumn #side_search {
	margin-top: 0px;
}

#side_search .search_inner {
	padding: 0px 6px 4px 6px;
	background: url(/img/common/sidesearch_bottom.png) no-repeat left bottom;
	background-color: #fbfaf4;
}

#rightcolumn #side_search .search_inner {
	background-image: url(/img/common/right_side/right_side_search_bottom.png);
}

#side_search h2 {
	padding-top: 10px;
	padding-left: 48px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: url(/img/common/side_serach.png) no-repeat left center;
}

#rightcolumn #side_search h2 {
	background-image: url(/img/common/right_side/right_side_search.png);
}

#side_search .search_inner h3 {
	background-color: #fbfaf4;
	border-bottom: 1px dotted #666666;
	font-size: 123%;
	color: #058bb5;
	line-height: 20px;
	text-decoration: underline;
	padding: 13px 0px 12px 23px;
	cursor: pointer;
}

#side_search .search_inner h3#big_area_span9 {
	border-bottom: none;
}

#side_search .search_inner h3 a,
#side_search .search_inner h3 span {
	color: #058bb5;
	display: block;
	text-decoration: underline;
}

#side_search .search_inner h3#big_area_span1:hover {
	background: url(/img/icon/allow_selected.gif) no-repeat left center;
}

#side_search .search_inner h3:hover {
	background: url(/img/icon/allow_down.gif) no-repeat left center;
}

#side_search .search_inner h3.selected {
	border-bottom: none;
	text-decoration: underline;
	background: url(/img/icon/allow_selected.gif) no-repeat left center;
}

#side_search .search_inner h3.selected:hover {
	border-bottom: none;
	text-decoration: underline;
	background: url(/img/icon/allow_up.gif) no-repeat left center;
}

#side_search .search_inner ul {
	padding: 5px 20px 5px 37px;
	font-size: 116%;
	background: #F6F5F2;
	border: 1px dotted #CCC;
}

#side_search .search_inner ul li {
	line-height: 1.8;
	color: #777;
}

#side_search .search_inner ul a {
	color: #058BB5;
}

#side_search .search_inner ul a:hover {
	color: #FF9933;
}

/********side_column *******************/
#side_column {
	margin-top: -7px;
}

#side_column h3 {
	padding-left: 45px;
	padding-top: 3px;
	height: 27px;
	line-height: 31px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background: url(/img/common/left_side/left_column_hd.png) no-repeat left top;
}

#side_column .side_column_out {
	background-color: #Fcfaea;
}

#side_column .side_column_out .side_column_inner {
	padding: 6px 6px 8px 6px;
	background: url(/img/common/left_side/left_column_bottom.png) no-repeat left bottom;
}

#side_column .side_column_out .side_column_inner li {
	margin-bottom: 2px;
}

#side_column .side_column_out .side_column_inner li.end {
	margin-bottom: 0px;
}

/********side_column *******************/
#side_care {
	margin-top: -7px;
}

#side_care h3 {
	padding-left: 45px;
	padding-top: 3px;
	height: 27px;
	line-height: 31px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background: url(/img/common/left_side/side_care_bg.png) no-repeat left top;
}

#side_care .side_column_out {
	background-color: #f6f1f1;
}

#side_care .side_column_out .side_column_inner {
	padding: 6px 6px 8px 6px;
	background: url(/img/common/left_side/side_care_bottom.png) no-repeat left bottom;
}

#side_care .side_column_out .side_column_inner li {
	margin-bottom: 2px;
}

#side_care .side_column_out .side_column_inner li.end {
	margin-bottom: 0px;
}

/********side_line *******************/
.line_area {
	margin-bottom: 20px;
}
.line_area dl {
	margin-bottom: 15px;
}
.line_area dl dt img {
	float: left;
	margin-right: 5px;
}
.line_area dl dd {
	line-height: 16px !important;
}
.line_area .center {
	margin: 0 auto;
	text-align: center;
	border: solid 1px #ccc;
	padding: 3px;
}
.line_area .center h2 {
	font-size: 108%;
	font-weight: 900;
	margin-bottom: 10px;
}
.line_area .center strong {
	white-space: nowrap;
}
.line_area .center p {
	text-align: left !important;
}
.line_area .center span {
	font-size: 92%;
	color: #555;
}
.line_area .center img {
	float: none;
}

/********left_method *******************/
.left_method h3 {
	padding-left: 10px;
	height: 24px;
	line-height: 25px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background: url(/img/common/left_side/left_navhd.png) no-repeat left top;
}

.left_method .side_column_out {
	margin-top: 3px;
}

.left_method .side_column_out .side_column_inner li {
	margin-bottom: 5px;
}

.left_method .side_column_out .side_column_inner li.end {
	margin-bottom: 5px;
}

/********left_nav(tags tags2) *******************/
.left_nav h3 {
	background: url(/img/common/left_side/side_nav_hd.png) no-repeat left top;
	height: 24px;
	line-height: 27px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}

.left_nav .side_nav_out {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

.left_nav .side_nav_out li a {
	padding: 0px 10px;
	display: block;
}

.left_nav .side_nav_out li a:hover {
	background-color: #fff4f5;
	padding: 0px 10px;
	display: block;
}

.left_nav .side_nav_out li.selected a {
	background-color: #fff4f5;
	padding: 0px 10px;
	display: block;
}

.left_nav .side_nav_out li.remove a {
	background-color: #ffffff;
	padding: 0px 10px;
	display: block;
}

.left_nav .side_nav_out li a span.nav_inner {
	padding: 10px 15px;
	background: url(/img/icon/arrow_11x10_red.png) no-repeat left center;
	color: #a51141;
	border-bottom: 1px dotted #F9C;
	display: block;
}

.left_nav .side_nav_out li.end a span.nav_inner {
	border-bottom: none;
}

/******** centercolumn *******************/
#centercolumn p {
	font-size: 116%;
	line-height: 1.7;
}

.title_area {
	margin-bottom: 15px;
}

/*** トピック　QA　体験談******/
.contribute_title_area {
	margin-bottom: 20px;
}

/*** index list_styleclass******/
.homephr_area li {
	margin-bottom: 10px;
	float: left;
}

.homephr_area li.even {
	margin-left: 10px;
}

.homephr_area:after {
	clear: both;
}

.maybe_category {
	clear: both;
}

/******** footer *******************/
#footer {
	background: url(/img/common/footer/footer_bg.png) repeat;
	text-align: center;
}

#footer ul li {
	padding-right: 10px;
	background: url(/img/common/footer/footer_line.png) no-repeat right center;
	margin-right: 10px;
}

#footer ul li a {
	font-size: 100%;
	color: #ffffff;
	text-decoration: underline;
}

#footer ul li a:hover {
	opacity: 0.8;
}

#footer ul li.end {
	padding-right: 0px;
	background: none;
	margin-right: 0px;
}

#footer address {
	margin-top: 10px;
	color: #ffffff;
}

/******** pagenate *******************/
#paginate {
	padding: 15px 0;
}

#paginate .i-block span {
	margin-right: 5px;
	min-width: 25px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #D6c7b8;
	background: #fbf9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf9f9), color-stop(100%, #f0ebe6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fbf9f9 0%, #f0ebe6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#f0ebe6',GradientType=0 );
	/* IE6-9 */
}

#paginate .i-block .current {
	display: inline-block;
	min-width: 25px;
	height: 30px;
	line-height: 30px;
	cursor: normal;
	color: #FFF;
	border: none;
	border-radius: 4px;
	background: #d97b95;
	border: 1px solid #d97b95;
}

#paginate .i-block .prev,
#paginate .i-block .next {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	color: #826954;
	border: 1px solid #D6c7b8;
	background: #fbf9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf9f9), color-stop(100%, #f0ebe6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fbf9f9 0%, #f0ebe6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#f0ebe6',GradientType=0 );
	/* IE6-9 */
}

#paginate .i-block .prev {
	margin-right: 2px;
}

#paginate .i-block .next {
	margin-left: -8px;
}

#paginate .i-block .prev a,
#paginate .i-block .next a {
	display: inline-block;
	min-width: 60px;
	height: 30px;
	color: #826954;
	border-radius: 4px;
	line-height: 30px;
	background: #fbf9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf9f9), color-stop(100%, #f0ebe6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fbf9f9 0%, #f0ebe6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#f0ebe6',GradientType=0 );
	/* IE6-9 */
}

#paginate .i-block .prev a {
	padding-right: 0;
}

#paginate .i-block .next a {
	padding-left: 0;
}

#paginate .i-block .dotto {
	margin-right: 10px;
	min-width: 25px;
	height: 30px;
	text-align: center;
	line-height: 54px;
	color: #696464;
	border: none;
	vertical-align: top;
	background: none;
}

#paginate .i-block .first,
#paginate .i-block .last {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	color: #FFF;
	border: 1px solid #D6c7b8;
	background: #fbf9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf9f9), color-stop(100%, #f0ebe6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf9f9 0%, #f0ebe6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fbf9f9 0%, #f0ebe6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#f0ebe6',GradientType=0 );
	/* IE6-9 */
}

#paginate .i-block span a {
	display: block;
	color: #666;
}

#paginate .i-block span a:hover,
#paginate .i-block span a:focus {
	color: #FFF;
	background: #d97b95;
}

#paginate .i-block .first a,
#paginate .i-block .last a {
	color: #696464;
}

#paginate .i-block .first a:hover,
#paginate .i-block .last a:hover {
	display: inline-block;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	cursor: normal;
	color: #FFF;
	border: none;
	border-radius: 4px;
	background: #d97b95;
}

#paginate .i-block .prev a:hover,
#paginate .i-block .next a:hover {
	display: inline-block;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	cursor: normal;
	color: #FFF;
	border: none;
	border-radius: 4px;
	background: #d97b95;
}

#paginate .numbers {
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}

/******** lefine_tags*************/
.refine_tags {
	margin-bottom: 20px;
}

.refine_tags .tagsout {
	height: 26px;
	border-radius: 5px;
	background-color: #f3f0ef;
	padding: 6px 0px;
}

.refine_tags .tagsout ul {
	background-color: #f3f0ef;
}

.refine_tags .tagsout ul li a {
	display: inline-block;
	height: 26px;
	width: 122px;
	background: url(/img/common/tags_nav_bg.png) no-repeat left top;
	margin-left: 6px;
}

.refine_tags .tagsout ul li a span {
	display: inline-block;
	padding-left: 15px;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
}

.refine_tags .tagsout ul li a:hover {
	display: inline-block;
	height: 26px;
	width: 122px;
	background: url(/img/common/tags_nav_bg.png) no-repeat left bottom;
	margin-left: 6px;
}

.refine_tags .tagsout ul li.selected a {
	display: inline-block;
	height: 26px;
	width: 122px;
	background: url(/img/common/tags_nav_bg.png) no-repeat left bottom;
	margin-left: 6px;
}

/*** form ***/
.color_red,
.error-message {
	display: inline-block;
	font-size: 11px;
	color: #cc0033;
	margin-left: 3px;
	margin-right: 5px;
}

.page_title {
	margin-bottom: 15px;
}

.page_title .txt {
	border-left: 6px solid #EB8965;
	color: #FC5461;
	font-size: 22px;
	line-height: 1.3;
	padding: 5px 0 3px 11px;
}

.out_frame {
	border: solid 1px #cccccc;
	padding: 8px;
	margin-bottom: 20px;
	color: #666666;
}

.out_frame .in_frame {
	background: url(/img/common/form/form_bg_mid.png) repeat-y;
}

.out_frame .in_frame .title_area_form {
	height: 47px;
	vertical-align: bottom;
	text-align: center;
	background: url(/img/common/form/form_bg_top.png) no-repeat left center;
}

.out_frame .in_frame .title_area_form h3 {
	color: #b9535d;
	font-size: 135%;
	font-weight: bold;
	padding-top: 35px;
}

.out_frame .in_frame .form_inner {
	background: url(/img/common/form/form_bg_bottom.png) no-repeat left bottom;
	padding: 0px 25px 25px;
	min-height: 70px;
}

.out_frame .in_frame .form_inner .form_table {
	width: 100%;
	margin-bottom: 30px;
}

.out_frame .in_frame .form_inner .form_table th {
	width: 38%;
	padding: 20px 0px;
	border-bottom: 1px dotted #cccccc;
}

.out_frame .in_frame .form_inner .form_table td {
	padding: 20px 0px;
	border-bottom: 1px dotted #cccccc;
}

.out_frame .in_frame .form_inner .form_table tr.name td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.age td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.address td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.mail td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.mail td input[type="email"],
.out_frame .in_frame .form_inner .form_table tr.mail2 td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.textarea td textarea {
	margin: 0px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px #f5f5f5 inset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.out_frame .in_frame .form_inner .form_table tr.selectarea td select {
	width: 100%;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px #f5f5f5 inset;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.out_frame .in_frame .form_inner .form_table tr.name td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.mail td input[type="text"],
.out_frame .in_frame .form_inner .form_table tr.mail td input[type="email"],
.out_frame .in_frame .form_inner .form_table tr.mail2 td input[type="text"] {
	width: 100%;
	padding: 2px 5px;
	height: 26px;
}

.out_frame .in_frame .form_inner .form_table tr.age td input[type="text"] {
	width: 92%;
	margin-right: 10px;
	padding: 2px 5px;
	height: 26px;
}

.out_frame .in_frame .form_inner .form_table tr.address td input[type="text"] {
	width: 76.87%;
	padding: 2px 5px;
	height: 26px;
}

.out_frame .in_frame .form_inner .form_table tr.address td select {
	width: 100%;
	height: 26px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px #f5f5f5 inset;
	outline: none;
}

.out_frame .in_frame .form_inner .form_table tr.belong td label {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}

.out_frame .in_frame .form_inner .form_table tr.belong td label input[type="radio"] {
	margin: 0px 5px 2px 0px;
}

.out_frame .in_frame .form_inner .form_table tr.textarea td textarea {
	width: 100%;
	padding: 5px 5px;
	height: 120px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px #f5f5f5 inset;
	outline: none;
	-weblit-box-sizing: border-box;
	box-sizing: border-box;
}

input#UserPostEmail,
input#UserPostEmailConfirm {
	width: 100%;
	height: 26px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px #f5f5f5 inset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.out_frame .in_frame .form_inner .form_table tr.treat td label {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.out_frame .in_frame .form_inner .form_table tr.treat td label.notopen {
	margin-right: 0px;
}

.out_frame .in_frame .form_inner .form_table tr.treat td input[type="radio"] {
	margin: 0px 5px 2px 0px;
}

.out_frame .in_frame .form_inner .submit_area {
	text-align: center;
}

.out_frame .in_frame .form_inner .comp_area {
	text-align: left;
	padding-top: 30px;
}

.out_frame .in_frame .form_inner .comp_area .gratitude {
	text-align: left;
	font-weight: bold;
}

.out_frame .in_frame .form_inner .comp_area p.complete_note {
	font-size: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 13px;
	font-weight: bold;
}

.out_notes {
	font-size: 98%;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}

.out_frame .in_frame .form_inner .submit_area .submit_p {
	margin-bottom: 30px;
}

.out_frame .in_frame .form_inner .submit_area .submit_p input {
	margin: 0px 15px;
}

.out_frame .in_frame .form_inner .submit_area .form_note {
	margin-bottom: 10px;
}

.out_frame .in_frame .form_inner .submit_area .form_note a {
	color: #ac0d42;
	text-decoration: underline;
}

.out_frame .in_frame .form_inner .submit_area .form_note a:hover {
	color: #ac0d42;
	text-decoration: none;
}

.attention_area {
	background: url(/img/common/form/form_attention.png) no-repeat left center;
	height: 67px;
	padding: 20px;
}

.attention_area p {
	margin-top: -3px;
	font-size: 14px;
	line-height: 24px;
}

.to_top {
	text-align: right;
}

.to_top a {
	text-decoration: underline;
	display: inline-block;
	padding: 0 10px 0 15px;
	background: url(/img/icon/arrow_10x10-pink.png) no-repeat left center;
}

.to_top a:hover {
	text-decoration: none;
}

/*** renier*****/
.renier .prev {
	left: 0;
	margin: 0 0 10px;
	text-align: left;
}

.renier .prev a {
	display: inline-block;
	max-width: 500px;
	padding: 5px 8px 6px 15px;
	border: 1px solid #cccccc;
	background: url(/img/icon/renier_prev.png) no-repeat left center #f5f1e9;
}

.renier .next {
	left: 0;
	margin: 0 0 10px;
	text-align: right;
}

.renier .next a {
	display: inline-block;
	max-width: 500px;
	padding: 5px 15px 6px 8px;
	border: 1px solid #cccccc;
	background: url(/img/icon/renier_next.png) no-repeat right center #f5f1e9;
}

/*** relation*****/
.relation h3 {
	font-size: 16px;
	font-weight: bold;
	color: #654c3f;
	background-color: #eeebe8;
	padding: 5px 10px 3px 10px;
}

.relation {
	margin-top: 30px;
	border: 2px solid #B49b8d;
}

.relation ul li {
	padding: 10px;
}

.relation ul li dl {
	line-height: 2.0em;
}

.relation ul li dl dt a {
	font-size: 117%;
	color: #96773e;
	font-weight: bold;
}

.relation ul li dl dt a:hover {
	text-decoration: none;
}

.relation ul li dl dt {
	margin-bottom: 10px;
}

/******** bread*************/
.bread {
	margin-bottom: 15px;
	padding: 0 10px;
	height: 25px;
	line-height: 26px;
	background: #f3ece7;
	border-radius: 4px;
	font-size: 94%;
}

.bread .i-block li {
	padding-left: 23px;
	background: url(/img/icon/breadIcon.png) 5px center no-repeat;
}

.bread .i-block li.first {
	padding-left: 13px;
	background: url(/img/icon/home_icon.png) left 8px no-repeat;
}

.bread a {
	text-decoration: none;
}

/******** social*************/
.sec-social {
	border-top: 1px #4e4642 dotted;
	margin: 0;
	padding: 15px 0;
	text-align: left;
}

.sec-social li {
	margin-right: 12px;
}

.sec-social li.end {
	margin: 0;
}

.sec-social li, .sec-social li img {
	vertical-align: top;
}

.sec-social .tweet {
	margin-right: -29px;
}

.sec-social .google_plusone {
	margin-right: -28px;
}

/* 汎用inline-block list */
.i-block {
	letter-spacing: -.40em;
}

.i-block > li,
.i-block > dt,
.i-block > dd,
.i-block > span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}

/* thumb-map */
.thumb .thumb-map {
	padding: 1px;
	border: 1px solid #B9B9B9;
}

/* date list */
.date-md span {
	display: block;
	text-align: right;
	line-height: 1.5;
}

/* thumb list */
.thumb-l .thumb {
	float: left;
	margin-right: 10px;
}

.thumb-l .text {
	overflow: hidden;
}

.thumb-l img {
	vertical-align: text-top;
}

.clear:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*** list_style  class******/
.category_area {
	margin-bottom: 15px;
}

/*カテゴリーをグループ化するインデント不要*/
.list .category_area img {
	margin-bottom: 15px;
}

.list .category_area p {
	margin-bottom: 10px;
}

.link-area {
	margin-bottom: 10px;
	text-align: right;
}
.link-area a.post-link {
	background: url(/img/icon/allow_w.gif) no-repeat 5px center #c55e67;
	border-radius: 3px;
	padding: 5px 5px 5px 10px;
	color: #fff;
	text-decoration: none;
	margin: 10px auto 0 auto;
}
.link-area a.post-link:hover {
	background: url(/img/icon/allow_w.gif) no-repeat 5px center #b6525b;
}

.category_area_p {
	margin-bottom: 15px;
	padding: 0px 0px 0 5px;
}

/*インデント有*/
.category_area:after {
	clear: both;
}

/*サムネのフロート解除*/
.category_area_p:after {
	clear: both;
}

/*サムネのフロート解除*/
.thumb_box {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: solid 1px #cccccc;
}

/*imgを左に寄せる*/
.text_area {
	overflow: hidden;
}

.over_text_area {
	font-size: 100%;
}

/*回り込ませる*/
.dt_hd {
	margin-bottom: 7px;
}

.dt_hd a {
	font-size: 116%;
	color: #96773e;
	text-decoration: underline;
	margin-bottom: 5px;
	font-weight: bold;
}

.dt_hd a:hover {
	font-size: 116%;
	color: #96773e;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}

.text_area,
.over_text_area dl dd {
	color: #4e4642;
	line-height: 1.8em;
}

.renewdate {
	display: inline-block;
	margin-right: 20px;
}

.go_on_next {
	color: #999 !important;
}

/*続きを読む*/
.go_on_next_red {
	text-align: right;
	color: #a51141;
	margin-right: 10px;
	clear: both;
}

/*続きを読む*/
.go_on_next_red a {
	display: inline-block;
	padding-left: 15px;
	background: url(/img/icon/arrow_11x10_red.png) no-repeat left center;
	color: #a51141;
	text-decoration: underline;
}

.go_on_next_red a:hover {
	text-decoration: none;
}

.hd_area {
	margin-bottom: 15px;
	padding-left: 32px;
	height: 28px;
	line-height: 30px;
	font-size: 116%;
	color: #ffffff;
	background: url(/img/list/list_hd.png) no-repeat left center;
}

.hd_area a {
	color: #ffffff;
	text-decoration: underline;
}

.hd_area a:hover {
	color: #ffffff;
	text-decoration: none;
}

.list_title_area {
	background: url(/img/list/list_title.png) no-repeat left center;
	height: 38px;
	line-height: 38px;
	padding-left: 35px;
	color: #ffffff;
	margin-bottom: 15px;
}

.list_title_area2 {
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 15px;
}

/*
add by kudo
*/
.list_area {
	margin-bottom: 20px;
}

.list_area .child {
	margin-bottom: 15px;
	padding: 0 5px;
}

.list_area .child.end {
	margin-bottom: 0;
}

.list_area .child .dt_hd {
	margin-bottom: 5px;
	font-size: 116%;
	line-height: 1.8;
}

.list_area .child p {
	line-height: 1.7 !important;
}

.list_area .child .go_on_next {
	margin-top: 4px;
}

/* 脱毛相談ダイヤル / 管理画面固定ページ */
#Event .changeInfo {
	width: 702px;
	border: 1px solid #ccc;
	margin: 200px auto 20px;
	padding: 10px 10px 0 10px;
}
#Event .changeInfo .changeInfo_inner h2 {
	margin: 0 0 5px;
	padding-left: 0.9em;
	font-size: 122%;
	font-weight: bold;
	line-height: 26px;
	color: #CF0000;
	border-left: 5px solid #CF0000;
}
#Event .changeInfo .changeInfo_inner p {
	font-size: 15px;
	margin-top: 10px;
}
#Event .changeInfo .changeInfo_inner .top_border {
	border-top: 1px dotted #ccc;
	margin: 0;
	padding-top: 10px;
}
#Event .changeInfo .changeInfo_inner .right {
	text-align: right;
}
#Event .changeInfo .changeInfo_inner .bold {
	font-weight: bold;
}

/* toquna_link */
.toquna_link {
	background: #fffbd8;
	border: 1px solid #f9c608;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 30px auto;
	padding: 10px 15px;
}
.toquna_link:nth-of-type(2) {
	margin: 40px auto 30px;
}
.toquna_link .top_area {
	color: #653300;
	font-size: 27px;
}
.toquna_link .top_area span {
	color: #ed3765;
	font-weight: 600;
}
.toquna_link .bottom_area .text {
	color: #333;
	font-size: 17px;
	line-height: 28px;
	float: left;
	margin: 8px 0 0;
}
.toquna_link .bottom_area .link {
	float: right;
	margin-top: -70px;
}
.toquna_link .bottom_area .link .image img {
	display: table-cell;
	margin: auto;
}
.toquna_link .bottom_area .link .button {
	background: #ed6691;
	background: -moz-linear-gradient(top, #ed6691 0%, #dd4373 100%);
	background: -webkit-linear-gradient(top, #ed6691 0%, #dd4373 100%);
	background: linear-gradient(to bottom, #ed6691 0%, #dd4373 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6691', endColorstr='#dd4373',GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.toquna_link .bottom_area .link .button:hover {
	opacity: 0.8;
}
.toquna_link .bottom_area .link .button a {
	height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 20px 0 30px;
}
.toquna_link .bottom_area .link .button a:after {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -6px;
}

/******** form setteing*************/
.form select {
	padding: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******** useful setting *******************/
.pad1 {
	padding: 1px !important;
}

.pad2 {
	padding: 2px !important;
}

.pad3 {
	padding: 3px !important;
}

.pad4 {
	padding: 4px !important;
}

.pad5 {
	padding: 5px !important;
}

.pad10 {
	padding: 10px !important;
}

.pad15 {
	padding: 15px !important;
}

.pad20 {
	padding: 20px !important;
}

.pad25 {
	padding: 25px !important;
}

.pad30 {
	padding: 30px !important;
}

.pad1_l {
	padding-left: 1px;
}

.pad2_l {
	padding-left: 2px;
}

.pad3_l {
	padding-left: 3px;
}

.pad4_l {
	padding-left: 4px;
}

.pad5_l {
	padding-left: 5px;
}

.pad10_l {
	padding-left: 10px;
}

.pad15_l {
	padding-left: 15px;
}

.pad20_l {
	padding-left: 20px;
}

.pad25_l {
	padding-left: 25px;
}

.pad30_l {
	padding-left: 30px;
}

.pad1_r {
	padding-right: 1px;
}

.pad2_r {
	padding-right: 2px;
}

.pad3_r {
	padding-right: 3px;
}

.pad4_r {
	padding-right: 4px;
}

.pad5_r {
	padding-right: 5px;
}

.pad10_r {
	padding-right: 10px;
}

.pad15_r {
	padding-right: 15px;
}

.pad20_r {
	padding-right: 20px;
}

.pad25_r {
	padding-right: 25px;
}

.pad30_r {
	padding-right: 30px;
}

.pad1_h {
	padding-left: 1px;
	padding-right: 1px;
}

.pad2_h {
	padding-left: 2px;
	padding-right: 2px;
}

.pad3_h {
	padding-left: 3px;
	padding-right: 3px;
}

.pad4_h {
	padding-left: 4px;
	padding-right: 4px;
}

.pad5_h {
	padding-left: 5px;
	padding-right: 5px;
}

.pad10_h {
	padding-left: 10px;
	padding-right: 10px;
}

.pad15_h {
	padding-left: 15px;
	padding-right: 15px;
}

.pad20_h {
	padding-left: 20px;
	padding-right: 20px;
}

.pad25_h {
	padding-left: 25px;
	padding-right: 25px;
}

.pad30_h {
	padding-left: 30px;
	padding-right: 30px;
}

.pad1_v {
	padding-top: 1px;
	padding-bottom: 1px;
}

.pad2_v {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pad3_v {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pad4_v {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pad5_v {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pad10_v {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pad15_v {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pad20_v {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad25_v {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pad30_v {
	padding-top: 30px;
	padding-bottom: 30px;
}

.mar_0 {
	margin: 0 !important;
}

.lh_100 {
	line-height: 1;
}

.lh_150 {
	line-height: 1.5;
}

.lh_175 {
	line-height: 1.75;
}

.lh_200 {
	line-height: 2;
}

.red01 {
	color: #DD0000;
}

.blue01 {
	color: #3D78C9;
}

.lead {
	margin-bottom: 1em;
}

#centercolumn .support-dial p {
	font-size: 13px;
	line-height: 1.6;
}

.support-dial {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 12px 20px;
	line-height: 1.45;
	font-size: 110%;
	background-color: #f6f3e0;
	border: 1px solid #d9d7c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.support-dial h1 {
	margin: 0 0 15px;
	padding-left: 78px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #61402d;
}
.support-dial h1:before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: -16px;
	width: 70px;
	height: 70px;
	background: url(/img/icon/ico-suportphone200x200.png) left top no-repeat;
	background-size: 70px 70px;
}
.support-dial .support-dial__clinic-logo {
	margin-bottom: 15px;
	padding: 0 10px;
}
.support-dial .support-dial__clinic-logo img {
	float: left;
	margin-right: 10px;
}
.support-dial .support-dial__clinic-logo p {
	line-height: 1.45;
	overflow: hidden;
}
.support-dial .support-dial__phone-number {
	margin-bottom: 15px;
	padding: 0 10px;
}
.support-dial .support-dial__phone-number p {
	line-height: 1.45;
}
.support-dial .support-dial__phone-number .phone-number-box {
	display: block;
	float: right;
	margin-left: 15px;
	padding: 10px 10px 10px 75px;
	width: 210px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0 0 4px #d0cdbd;
	-webkit-box-shadow: 0 0 4px #d0cdbd;
	box-shadow: 0 0 4px #d0cdbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(/img/icon/ico-suportphone200x200.png) 10px center no-repeat;
	background-size: 55px 55px;
}
.support-dial .support-dial__phone-number .phone-number-box .phone-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: bold;
	color: #b72e3a;
	line-height: 1.1;
}
.support-dial .support-dial__phone-number .phone-number-box .hours {
	text-align: center;
	font-size: 11px !important;
	color: #61402d;
	letter-spacing: -1px;
}
.support-dial .support-dial__phone-number .hover.phone-number-box {
	background-color: #FFF4F5;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}
.support-dial h2 {
	margin-bottom: 5px;
	font-size: 124%;
}
.support-dial h2 span {
	font-weight: bold;
}
.support-dial .support-dial__clinic-group {
	padding: 0 6px;
}
.support-dial .support-dial__clinic-group li {
	display: inline-block;
	margin-right: 42px;
	padding-left: 15px;
	line-height: 1.65;
	background: url(/img/icon/arrow_10x10-pink.png) left center no-repeat;
}
.support-dial .support-dial__clinic-group li:last-child {
	margin-right: 0;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Default Theme
----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	height: 13px;
}

div.pp_default .pp_top .pp_left {
	background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
	background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
	background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
	background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
	background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}

div.pp_default .pp_content {
	background-color: #fff;
}

/* Content background */
div.pp_default .pp_next:hover {
	background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
	background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
div.pp_default .pp_expand {
	background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

/* Expand button */
div.pp_default .pp_expand:hover {
	background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.pp_default .pp_contract {
	background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

/* Contract button */
div.pp_default .pp_contract:hover {
	background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
	color: #000;
}

div.pp_default .pp_gallery ul li a {
	background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff;
}

div.pp_default .pp_social {
	margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}

div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}

div.pp_default .pp_details {
	position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
	background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0 0;
	width: 20px;
}

div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}

div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}

div.pp_default .pp_description {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
	background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
	background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
	background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
	background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
	background: #fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
	color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
	background: #fff;
}

div.light_rounded .pp_content {
	background-color: #fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.light_rounded .pp_previous:hover {
	background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
div.light_rounded .pp_expand {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.light_rounded .pp_contract {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.light_rounded .pp_details {
	position: relative;
}

div.light_rounded .pp_description {
	margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
	color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_arrow_previous {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_rounded .pp_arrow_next {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
	background: #fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
	background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
	background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */
div.dark_rounded .pp_top .pp_left {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
	background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
	background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
	background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* Right Content background */
div.dark_rounded .pp_content {
	background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Content background */
div.dark_rounded .pp_next:hover {
	background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
	background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
div.dark_rounded .pp_expand {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.dark_rounded .pp_details {
	position: relative;
}

div.dark_rounded .pp_description {
	margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}

div.dark_rounded .pp_description {
	color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_arrow_previous {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_rounded .pp_arrow_next {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
	background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
	background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
	background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Dark Square Theme
----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
	background: #000;
}

div.dark_square .currentTextHolder {
	color: #c4c4c4;
}

div.dark_square .pp_description {
	color: #fff;
}

div.dark_square .pp_loaderIcon {
	background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* Loader icon */
div.dark_square .pp_expand {
	background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

/* Expand button */
div.dark_square .pp_expand:hover {
	background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.dark_square .pp_contract {
	background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

/* Contract button */
div.dark_square .pp_contract:hover {
	background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.dark_square .pp_details {
	position: relative;
}

div.dark_square .pp_description {
	margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_square .pp_nav {
	clear: none;
}

div.dark_square .pp_nav .pp_play {
	background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_arrow_previous {
	background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_square .pp_arrow_next {
	background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_square .pp_next:hover {
	background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.dark_square .pp_previous:hover {
	background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
/* ----------------------------------
	Light Square Theme
----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
	background: #fff;
}

div.light_square .pp_content .ppt {
	color: #000;
}

div.light_square .pp_expand {
	background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

/* Expand button */
div.light_square .pp_expand:hover {
	background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.light_square .pp_contract {
	background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

/* Contract button */
div.light_square .pp_contract:hover {
	background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.light_square .pp_details {
	position: relative;
}

div.light_square .pp_description {
	margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
	color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
	background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_arrow_previous {
	background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_square .pp_arrow_next {
	background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_square .pp_next:hover {
	background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.light_square .pp_previous:hover {
	background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
div.light_square .pp_loaderIcon {
	background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Facebook style Theme
----------------------------------- */
div.facebook .pp_top .pp_left {
	background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
	background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
	background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.facebook .pp_content .ppt {
	color: #000;
}

div.facebook .pp_content_container .pp_left {
	background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
	background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* Content background */
div.facebook .pp_content {
	background: #fff;
}

/* Content background */
div.facebook .pp_expand {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

/* Expand button */
div.facebook .pp_expand:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

/* Expand button hover */
div.facebook .pp_contract {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

/* Contract button */
div.facebook .pp_contract:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

/* Contract button hover */
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

/* Close button */
div.facebook .pp_details {
	position: relative;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
	color: #000;
}

div.facebook .pp_loaderIcon {
	background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_next:hover {
	background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}

/* Next button */
div.facebook .pp_previous:hover {
	background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
	background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
	background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
	background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_top {
	height: 20px;
	position: relative;
}

* html .pp_top {
	padding: 0 20px;
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content {
	height: 40px;
	min-width: 40px;
}

* html .pp_content {
	width: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_bottom {
	padding: 0 20px;
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}


/*　======================================
レスポンシブスタイル
====================================== */
/*-- base --*/
body {
	overflow-x: hidden;
}
#out_wrapper,
#routes.index #out_wrapper {
	background: #fff;
	border-left: 1px solid #ded6d1;
	border-right: 1px solid #ded6d1;
	box-shadow: none;
	position: static;
	padding-top: 15px;
}
#routes.index #out_wrapper {
	padding-top: 0;
}
.column-3 #centercolumn {
	width: 740px;
	margin-left: 0;
}
#leftcolumn {
	margin-left: 15px;
}
#footer {
	height: auto;
	padding: 17px 10px;
}
@media screen and (max-width: 990px) {
	#out_wrapper,
	#routes.index #out_wrapper {
		border: none;
	}
}

/*-- header --*/
#header {
	height: 85px;
	background: url(/img/common/out_wrapper_bg.png) left top repeat-x #f7f7f7;
	overflow: hidden;
	margin-bottom: 0;
}
#header .in_header {
	max-width: 1010px;
	height: 85px;
	background: url(/img/common/header_bg.png) left 30% top 10% no-repeat;
	background-size: 160%;
	margin: auto;
}
#header img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#header .sitelogo {
	left: 5px;
}
#header .siteCatch {
	left: 10px;
}
#header ul.head_nav {
	width: auto;
	height: auto;
	right: 201px;
}
#header .sp_icon {
	display: none;
}
@media screen and (max-width: 759px) {
	#header ul.head_nav {
		top: 40px;
	}
	#header ul.head_nav li {
		width: 135px;
	}
}
@media screen and (max-width: 719px) {
	#header,
	#header .in_header {
		height: 70px;
	}
	#header .sitelogo {
		width: 150px;
	}
	#header ul.head_nav,
	#header .element__tel {
		display: none;
	}
	#header .sp_icon {
		font-size: 0;
		display: block;
		position: absolute;
		top: 26px;
		right: 60px;
	}
	#header .sp_icon li {
		width: 30px;
		height: 30px;
		background: #e54350;
		webkit-border-radius: 100%;
		border-radius: 100%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	#header .sp_icon li + li {
		margin-left: 5px;
	}
	#header .sp_icon li img {
		width: 17px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#header .sp_icon li:nth-child(2) img {
		width: 11px;
	}
	#header .sp_icon li:nth-child(3) img {
		width: 19px;
	}
}

/*-- メニュー --*/
.follow-btn_wrapper {
	background: #91786a;
	background: -moz-linear-gradient(left, #91786a 0%, #856b5c 100%);
	background: -webkit-linear-gradient(left, #91786a 0%,#856b5c 100%);
	background: linear-gradient(to right, #91786a 0%, #856b5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91786a', endColorstr='#856b5c',GradientType=1 );
}
.follow-btn_wrapper .follow-btn {
	max-width: 990px;
	margin: 0 auto 0;
}
.follow-btn_wrapper .follow-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
}
.follow-btn_wrapper .follow-btn ul li {
	height: 36px;
	width: 100%;
	background: url(/img/common/glnav/menu_off.png) center top no-repeat;
	background-size: 100% 36px;
	border-right: 1px solid #c7bbb5;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.follow-btn_wrapper .follow-btn ul li:first-child {
	border-left: 1px solid #c7bbb5;
}
.follow-btn_wrapper .follow-btn ul li:hover {
	background: url(/img/common/glnav/menu_on.png) center top no-repeat;
	background-size: 100% 36px;
}
.follow-btn_wrapper .follow-btn ul li.selected {
	background: url(/img/common/glnav/menu_select.png) center top no-repeat;
	background-size: 100% 36px;
}
.follow-btn_wrapper .follow-btn ul li:hover:after,
.follow-btn_wrapper .follow-btn ul li.selected:after {
	content: "";
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, 0);
}
.follow-btn_wrapper .follow-btn ul li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 11.5px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	text-shadow: 1px 1px 1px #442D01;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 990px) {
	.follow-btn_wrapper .follow-btn ul li:first-child {
		border-left: none;
	}
	.follow-btn_wrapper .follow-btn ul li:last-child {
		border-right: none;
	}
}
@media screen and (max-width: 719px) {
	.follow-btn_wrapper {
		display: none;
	}
}

/*-- ハンバーガーメニュー --*/
.hamburger_menu {
	display: none;
}
@media screen and (max-width: 719px) {
	.hamburger-menu-wrapper {
		background: #6f5243;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		display: inline-block;
		position: absolute;
		top: -54px;
		right: 10px;
	}
	.hamburger-menu-wrapper.bounce-effect {
		animation: bounce 0.3s ease 1; 
	}
	.menu-overlay {
		transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(70, 63, 57, 0.97);
		z-index: 10000;
	}
	.hamburger_menu {
		display: block;
		position: relative;
		min-width: 220px;
		text-align: left;
		background: #5f5e5e;
		z-index: 10001;
	}
	.hamburger-menu {
		border: 0;
		margin: 0 auto;
		display: block;
		position: relative;
		overflow: hidden;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 9999;
		cursor: pointer;
		background: transparent;
	}
	.menu-list {
		display: none;
		position: absolute;
		width: auto;
		text-align: left;
		z-index: 9999;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.menu-list a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		display: inline-block;
		margin: 15px 0;
		transition: all 0.5s ease;
	}
	.menu-list a img {
		height: 16px;
		display: inline-block;
		vertical-align: top;
		margin: 4px 5px 0 0;
	}
	.menu-list a img:hover {
		opacity: 1.0;
	}
	.hamburger-menu:focus { 
		outline: none; 
	}
	.hamburger-menu span {
		display: block;
		position: absolute;
		top: 19px;
		left: 7px;
		right: 7px;
		height: 2px;
		background: #fff;
	}
	.hamburger-menu span:before, .hamburger-menu span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: "";
	}
	.hamburger-menu span:before { 
		top: -7px; 
	}
	.hamburger-menu span:after { 
		bottom: -7px; 
	}
	.hamburger-menu span:before, .hamburger-menu span:after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.hamburger-menu span:before {
		transition-property: top, transform; 
	}
	.hamburger-menu span::after {
		transition-property: bottom, transform; 
	}
	.hamburger-menu.active span {
		background: none;
	}
	.hamburger-menu.active span:before {
		top: 0;
		transform: rotate(225deg);
	}
	.hamburger-menu.active span:after {
		bottom: 0;
		transform: rotate(135deg);
	}
	.hamburger-menu.active span:before, .hamburger-menu.active span:after { 
		transition-delay: 0s, 0.3s; 
	}
	@keyframes 
		bounce {  0% {
			transform: rotate(0);
		}
		45% {
			transform: rotate(15deg);
		}
		90% {
			transform: rotate(-7deg);
		}
		100% {
			transform: rotate(0);
		}
	}
}

/*-- index list_styleclass --*/
.homephr_area {
	margin: 0 10px;
}
.homephr_area li {
	margin: 0 0 10px 10px;
}
.homephr_area li:first-child,
.homephr_area li:last-child {
	margin-left: 0;
}
.homephr_area li img {
	width: 233px;
}

/*-- .refine_tags --*/
.refine_tags .tagsout {
		height: 26px;
		border-radius: 5px;
		background-color: #f3f0ef;
		padding: 6px 0px;
		overflow: hidden;
}
.refine_tags .tagsout ul {
		background-color: #f3f0ef;
		text-align: center;
		margin-left: -6px;
}
.refine_tags .tagsout ul li a {
		display: inline-block;
		height: 26px;
		width: 170px;
		background: url(/img/common/tags_nav_bg.png) no-repeat left top;
		margin-left: 6px;
		background-size: 100% 52px;
}
.refine_tags .tagsout ul li.selected a {
		display: inline-block;
		height: 26px;
		width: 170px;
		background: url(/img/common/tags_nav_bg.png) no-repeat left bottom;
		margin-left: 6px;
		background-size: 100% 52px;
}
.refine_tags .tagsout ul li a:hover {
		display: inline-block;
		height: 26px;
		width: 170px;
		background: url(/img/common/tags_nav_bg.png) no-repeat left bottom;
		margin-left: 6px;
		background-size: 100% 52px;
}

/*-- Google Adsense Tag --*/
.ads_area_topics-list,
.ads_area_faqs-list {
	text-align: center;
}

/*-- YouTube --*/
.player {
	width: 90%;
	max-width: 740px;
	position: relative;
	margin: auto;
	padding-top: 56.25%;
}
.player iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: 740px;
	position: absolute;
	top: 0;
	right: 0;
}