@charset "UTF-8";
body {
	text-align: center;
}
/* ===== 全体の設定 ===== */
/* 全体背景[変更可] */
#wrapper {
	background: none;
}

/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
	text-decoration: underline;
	color: #e41774;
}
#content a:visited {
	text-decoration: underline;
	color: #e41774;
}
#content a:active {
	text-decoration: underline;
	color: #ef4793;
}
#content a:hover {
	text-decoration: none;
	color: #ef4793;
}
/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a, #bottomBlock .topics .topicsTitle a {
	text-decoration: none;
	color: #ce020c;
}

@media screen and (min-width: 769px) {
	.spOnly{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pcOnly{
		display: none;
	}
}

/* ===== コンテンツ[以下に追加] ===== */
#promoWide #innerWrap {
	width: 100%;
	padding: 0;
	background: none;
}
@media screen and (max-width: 768px) {
	#promoWide img {
		height: auto;
	}
	#wrapper img {
		width: 100%;
	}
}
#main {
	padding-bottom: 30px;
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	#main {
		font-size: 14px;
	}
}
#main span.super {
	display: inline;
	vertical-align: super;
	font-size: 0.8em;
}
/* #page_ttl */
#page_ttl {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#page_ttl{
		width:100%;
	}
}

#page_ttl h1 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

@media screen and (min-width: 769px) {
	#page_ttl h1 {
		width: 980px;
	}
}

@media screen and (max-width: 768px) {
	#page_ttl h1{
		margin:0;
		padding:0;
	}
}

#page_ttl h1 span {
	display: block;
	line-height: 1.2;
}
#page_ttl h1 span.icon {
	width: 71px;
	height: 77px;
	padding: 20px 0 0;
	text-align: center;
	background: url(../img/ttl_icon_bg.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	#page_ttl h1 span.icon{
		width:14.375%;
		background-size:100% auto;
		left:4%;
	}
}

#page_ttl h1 span.sub {
	padding: 6px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	#page_ttl h1 span.sub {
		height: 20px;
		line-height: 20px;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	#page_ttl h1 span.sub{
		/*			padding:5px 4% 5px 21.875%;*/
		padding:5px 4%;
		font-size:12px;
	}
}

#page_ttl h1 span.ttl {
	padding: 12px 0 8px 0;
	font-size: 26px;
	font-weight: normal;
}

@media screen and (min-width: 769px) {
	#page_ttl h1 span.ttl {
		height: 62px;
		line-height: 62px;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	#page_ttl h1 span.ttl{
	/*			padding:10px 4% 10px 21.875%;*/
		padding:10px 4%;
		font-size:20px;
		font-weight:bold;
	}
}

/* #page_txt */
#page_txt {
	width: 980px;
	margin: 15px auto 0;
	padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	#page_txt{
		width:100%;
		margin:15px 0 0;
	}
}

@media screen and (min-width: 769px) {
	#page_txt div.socialLinkTop {
		width: 140px;
		float: right;
		background-color: transparent;
	}
}

#page_txt p {
	margin: 0 166px 20px 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#page_txt p{
		width:92%;
		margin:0 auto 1em;
	}
}

/* #page_img */
@media screen and (min-width: 769px) {
	#page_img {
		margin: 15px auto 0;
		padding: 0;
		position: relative;
		text-align: center;
	}
}
#page_img p {
	width: 950px;
	margin: 0 0 0 -490px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: rgba(0,0,0,0.8);
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CC000000, EndColorStr=#CC000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC000000,EndColorStr=#CC000000)";
	color: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0;
}
/*  IE8  */
#page_img .mainimgtext {
 *width:980px;
 *margin:0px auto;
 *padding:20px 15px;
 *font-size:14px;
 *text-align:left;
 *background-color:#EEE8DE;
 *color:#333333;
 *position: relative;
 *left:0%;
 *bottom:80px;
}
#page_img p:not(:target) {
	filter: none;
	-ms-filter: none;
}

/* div.content */
div.content {
	width: 980px;
	margin: 30px auto 0;
	text-align: left;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	div.content{
		width:100%;
		margin:28px auto 0;
		padding:0;
	}
}

div.content p {
	margin: 0 0 40px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	div.content p {
		margin: 0 0 20px;
	}
}

div.content_ttl {
	margin: 0 0 24px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	div.content_ttl{
		margin:0 0 15px;
	}
}

div.content_ttl h2 {
	font-size: 26px;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	div.content_ttl h2 {
		font-size:20px;
		font-weight:bold;
		line-height:1.2;
		display: inline-block;
		position: relative;
		margin-bottom:1em !important;
		margin-top: 0;
		padding: 0 4%;
	}
}

@media screen and (max-width: 768px) {
	div.content_ttl h2:before {
		bottom: -.5em !important;
		width: 50% !important;
	}
}
/* .content_1 */
div.content_1 {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	div.content_1{
		width:92%;
		margin:0 auto;
		padding:0;
	}
}

@media screen and (min-width: 769px) {
	div.content_1:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
}

@media screen and (min-width: 769px) {
	* html div.content_1 {
		zoom: 1;
	} /* IE6 */
	*:first-child+html div.content_1 {
		zoom: 1;
	} /* IE7 */
}

div.content_1 p.img {
	margin: 0 0 10px;
	padding: 0;
	line-height: 0;/*float:left;*/
}

@media screen and (min-width: 769px) {
	div.content_1 p.img {
		width: 478px;
	}
}

div.content_1 p.img img {
	width: 100%;
	height: auto;
}
div.content_1 div.txt {
	width: 480px;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 769px) {
	div.content_1 div.txt {
		float: right;
	}
}

@media screen and (max-width: 768px) {
	div.content_1 div.txt {
		width: 100%;
	}
}

div.content_1 .txt_r {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
}
div.content_1 div.txt p {
	margin: 0 0 20px;
}


/* 190410　追加
********************************/
div.content .txt, div.content .txt_r {
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	div.content .txt { width: 92%; margin: 0 auto; line-height: 1.6;}
}

.shop {
	margin: 0 auto;
	font-size: 14px;
	text-align: right;
}

@media screen and (min-width: 769px) {
	.shop {
		width: 980px;
	}
}

@media screen and (max-width: 768px) {
	.shop{margin-right: 2%;}
}

.shop_link{
	text-align: right;
	font-size: 11px;
	margin: 5px auto 0;
}

@media screen and (min-width: 769px) {
	.shop_link{
		width: 980px;
	}
}

@media screen and (max-width: 768px) {
	.shop_link{margin: 5px 2%;}
}

div.content_r:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html div.content_r {
	zoom: 1;
} /* IE6 */
*:first-child+html div.content_1 {
	zoom: 1;
} /* IE7 */
div.content_r p.img {
	width: 478px;
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 1px solid #d9d9d9;
	float: right;
}
div.content_r p.img img {
	width: 100%;
	height: auto;
}
div.content_r div.txt p {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
}
div.content_r div.txt p {
	margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
	div.content_1 .con_l {
		float: left!important;
		width: 478px;
	}
}

@media screen and (min-width: 769px) {
	div.content_1 .con_r {
		float: right!important;
		width: 478px;
	}
}

.cap {
	margin-top: 5px;
	font-size: 12px;
	text-align: left;
}
.staff {
	font-size: 12px;
	color: #999999;
}
.item {
	margin: 30px 0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.item h3{
    font-weight:lighter;
	padding: 37px 0 0 41px;
	font-size: 16px;
}
.item .img {
	float: left;
}
.item .right {
	padding: 30px 45px 0 0;
	float: right;
	text-align: left;
}
.item .right strong{
	font-weight:bold;
	display:block;
	text-align: center;
}
.item .right img {
	padding: 0 0 17px 27px;
}

.item a:hover{opacity: 0.8;}


/* .content_2 */
div.content_2_wrap {
}

@media screen and (min-width: 769px) {
	div.content_2_wrap:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
}

@media screen and (min-width: 769px) {
	* html div.content_2_wrap {
		zoom: 1;
	} /* IE6 */
	*:first-child+html div.content_2_wrap {
		zoom: 1;
	} /* IE7 */
}

div.content_2 {
	width: 463px;
	margin: 0;/*padding:16px;*/
}

@media screen and (max-width: 768px) {
	div.content_2 {
		/*	width:86%;*/
		width:92%;
		margin:15px auto 0;
		/*	padding:3%;*/
	}
}

@media screen and (min-width: 769px) {
	div.content_2.con_l {
		float: left;
	}
}

@media screen and (min-width: 769px) {
	div.content_2.con_r {
		float: right;
	}
}

div.content_2 p.img {
	margin: 0 0 10px;
	line-height: 0;
}

@media screen and (min-width: 769px) {
	div.content_2 p.img {
		width: 463px;
	}
}

p.notice{ font-size:12px; text-align:left;}

div.content_2 p.img img {
	width: 100%;/*height:auto;*/
}
div.content_2 div.txt {
	margin: 0 0 10px;
	padding: 0;/*min-height:187px;*/
}
div.content_2 div.txt p {
	margin: 0 0 20px;
}

/* #page_information_wrap */
#page_information_wrap {
	margin: 30px auto 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

@media screen and (min-width: 769px) {
	#page_information_wrap {
		width: 980px;
	}
}

.page_information {
	margin: 0;
	padding: 16px 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.page_information{
		padding:1.5em;
	}
}

.page_information_img {
	margin: 0;
	line-height: 0;
}

@media screen and (min-width: 769px) {
	.page_information_img {
		width: 192px;
		padding: 0 16px 16px;
		float: left;
	}
}

.page_information_img img {
	display: block;
	border: 1px solid #ffffff;
}
.page_information_txt {
	padding: 0 16px 0 0;
}

@media screen and (min-width: 769px) {
	.page_information_txt {
		margin-left: 224px;
		min-height: 148px;
	}
}

@media screen and (max-width: 768px) {
	.page_information_txt{
		margin:0;
		padding:0;
		font-size:12px;
	}
}

.page_information_txt h2 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.page_information_txt h2{
		/*		margin:0 0 10px;*/
		margin:10px 0 10px;
		font-size:16px;
	}
}

@media screen and (max-width: 768px) {
	.page_information_txt h2 a{
		font-weight:bold;
	}
}

.page_information_txt p {
	margin: 0 0 5px;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.page_information_txt p{
		margin:0 0 10px;
		padding:0;
	}
}

.page_information_txt p.link {
	margin: 0;
	text-align: right;
}
.page_information_txt ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* #official_cont */
#official_cont {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	/*padding:12px 16px 7px;*/
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#official_cont{width: 92%;  margin: 0 auto;}
}

@media screen and (max-width: 768px) {
	#official_cont p{
		font-weight: normal;
		margin: 0;
		text-align: left;
	}
}

#official_cont .pe_con_l {
	width: 450px;
	padding: 0 0 15px 5px;
	position: relative;
}
#official_cont .pe_con_l>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#official_cont .pe_con_l img {
	width: 450px;
}
#official_cont .pe_con_r {
	width: 500px;
	padding: 15px 15px 15px 0;
}
#official_cont .pe_con_r img {
	width: 500px;
}
#official_cont h3 {
	margin: 0 0 10px;
	padding: 5px 0 5px 110px;
	line-height: 1.2;
	font-size: 16px;
}
#official_cont h3 strong {
	margin-right: 5px;
	font-weight: bold;
}
#official_cont ul {
	/*width: 100%;*/
	margin: 0;
	padding-left: 0;
	list-style: none;
}

@media screen and (min-width: 769px) {
	#official_cont ul {
		padding: 0 10px;
		display: flex;
		justify-content: space-between;/*			overflow:hidden;*/
	}
}

@media screen and (max-width: 768px) {
	#official_cont ul{font-size: 0;}
}

#official_cont ul li {
	width: 20%;
	margin-left: 10px;
	padding: 10px;
	line-height: 1.4;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#official_cont ul li{width: 49%; font-size: 12px; border-radius: 5px;margin: 5px 0; display: inline-block; padding: 10px 0; text-align: center;}
}

@media screen and (min-width: 769px) {
	#official_cont ul li:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	#official_cont ul li:nth-child(odd){margin-right: 1%;}
}

@media screen and (max-width: 768px) {
	#official_cont ul li:nth-child(even){margin-left: 1%;}
}

#official_cont ul li img {
	margin-right: 6px;
	float: left;
}

#official_cont ul li a {
	display: block;
	text-decoration: none;
}
#official_cont ul li a:hover {
	opacity: 0.8;
}
#official_cont ul li a{
	color: #333333;
}


/* #page_links */
#page_links {
	width: 980px;
	margin: 25px auto 0;
	padding: 7px 5px;/*	border-width:9px;
	border-style:solid;*/
}
#page_links_ttl {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
#page_links_ttl h2 {
	margin: 0;
	padding: 7px 15px 0 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
#page_links_ttl p {
	margin: 0;
	padding: 12px 0 0;
	line-height: 1.2;
	font-size: 14px;
	float: left;
}
#page_links_ttl p strong {
	font-weight: bold;
}
#page_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#page_links ul li {
	margin: 0 0 8px;
	padding: 0;
	text-align: left;
}
#page_links ul li a {
	padding: 0 0 0 23px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
#page_links ul li a:hover {
	text-decoration: none;
}
/* color
================================================= */

/* .blue
------------------------------ */
/* #main */
.blue #main {
	background-color: #ffffff;
}
.blue #main a {
	color: #38a0d1;
}
.blue #main a.arrow {
	margin: 15px 0 0 10px;
	padding-left: 12px;
	background: url(../img/blue_link_arrow.png) no-repeat left center;
	float: right;
}
.blue #main a.arrow_s {
	padding-left: 8px;
	background: url(../img/blue_link_arrow_s.png) no-repeat left center;
}
.blue #main a.arrow_s2 {
	padding-left: 8px;
	background: url(../img/blue_link_arrow_s2.png) no-repeat left center;
}
/* #page_ttl */
@media screen and (min-width: 769px) {
	.blue #page_ttl {
		background: url(../img/blue_page_ttl.gif) repeat-x left top;
	}
}
.blue #page_ttl h1 span.sub {
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.blue #page_ttl h1 span.sub {
		background: #0c335c;
	}
}

.blue #page_ttl h1 span.ttl {
	color: #0b335b;
}

@media screen and (max-width: 768px) {
	.blue #page_ttl h1 span.ttl {
		background: #b2dbed;
	}
}

/* #page_img */
.blue #page_img {
	background-color: #eee;
}

.blue div.content_ttl h2 {
	display: inline-block;
	position: relative;
	color: #0b335b;
	margin-bottom:40px;
}
.blue div.content_ttl h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 260px;
	height: 5px;
	background-color: #b2dced;
}

/* #page_information */
.blue .page_information {
	background: #d5eef9;
	position: relative;
}
.blue .page_information::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
/* #official_cont */

.blue #official_cont ul li {
	color: #4c4c4c;
	background-color: #d5eef9;
	border-radius: 5px;
}


/* #page_links */
.blue #page_links {
	border-color: #ccf2f5;
}

.blue #page_links a {
	color: #333333;
	background-image: url(../img/blue_page_links_arrow.gif);
}
.blue .item a.link {
	width: 180px;
	padding: 8px 30px;
	background-color: #0b335b;
	border-radius: 10px;
	text-decoration: none;
	color: #fff !important;
	margin-left: 15px;
}

/* .green
------------------------------ */
/* #main */
.green #main {
	background-color: #ffffff;
}
.green #main a {
	color: #10756f;
}
.green #main a.arrow {
	margin: 15px 0 0 10px;
	padding-left: 12px;
	background: url(../img/blue_link_arrow.png) no-repeat left center;
	float: right;
}
.green #main a.arrow_s {
	padding-left: 8px;
	background: url(../img/blue_link_arrow_s.png) no-repeat left center;
}
.green #main a.arrow_s2 {
	padding-left: 8px;
	background: url(../img/blue_link_arrow_s2.png) no-repeat left center;
}
/* #page_ttl */
.green #page_ttl {
	background: url(../img/green_page_ttl.gif) repeat-x left top;
}
.green #page_ttl h1 span.sub {
	color: #ffffff;
}
.green #page_ttl h1 span.ttl {
	color: #10756f;
}
/* #page_img */
.green #page_img {
	background-color: #fffbe9;
}

.green div.content_ttl h2 {
	display: inline-block;
	position: relative;
	color: #10756f;
	margin-bottom:40px;
}
.green div.content_ttl h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 260px;
	height: 5px;
	background-color: #d8f0eb;
}

/* #page_information */
.green #page_information {
	background: #fffbe9;
	position: relative;
}
.green #page_information::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #d5c890 #d5c890;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
/* #official_cont */

.green #official_cont ul li {
	color: #4c4c4c;
	background-color: #d8f0eb;
	border-radius: 5px;
}
/* #page_links */
.green #page_links {
	border-color: #ccf2f5;
}

.green #page_links a {
	color: #333333;
	background-image: url(../img/green_page_links_arrow.gif);
}
.green .item a.link {
	width: 180px;
	padding: 8px 30px;
	background-color: #10756f;
	border-radius: 10px;
	text-decoration: none;
	color: #fff !important;
	margin-left: 15px;
}

/* .red
------------------------------ */
/* #main */
.red #main {
	background-color: #ffffff;
}
.red #main a {
	color: #b5071f;
}

/* #page_ttl */
.red #page_ttl {
	background: url(../img/red_page_ttl.gif) repeat-x left top;
}
.red #page_ttl h1 span.sub {
	color: #ffffff;
}
.red #page_ttl h1 span.ttl {
	color: #b5071f;
}
/* #page_img */
.red #page_img {
	background:  url(../img/red_page_img_bg.gif) repeat;
}

.red div.content_ttl h2 {
	display: inline-block;
	position: relative;
	margin-bottom:40px;
}
.red div.content_ttl h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 260px;
	height: 5px;
	background-color: #b5071f;
}

/* #page_information */
.red #page_information {
	background: #eee;
	position: relative;
}
.red #page_information::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
/* #official_cont */

.red #official_cont ul li {
	color: #4c4c4c;
	background-color: #f8e8eb;
	border-radius: 5px;
}
/* #page_links */
.red #page_links {
	border-color: #ccf2f5;
}

.red #page_links a {
	background-image: url(../img/red_page_links_arrow.gif);
}
.red .item a.link {
	width: 180px;
	padding: 8px 30px;
	background-color: #b5071f;
	border-radius: 10px;
	text-decoration: none;
	color: #fff !important;
	margin-left: 15px;
}

/* .orange
------------------------------ */
/* #main */
.orange #main {
	background-color: #ffffff;
}
.orange #main a {
	color: #e48633;
}
/* #page_ttl */
.orange #page_ttl {
	background: url(../img/orange_page_ttl.gif) repeat-x left top;
}
.orange #page_ttl h1 span.sub {
	color: #ffffff;
}
.orange #page_ttl h1 span.ttl {
	color: #e48633;
}
/* #page_img */
.orange #page_img {
	background-color: #f7f2ee;
}

.orange div.content_ttl h2 {
	display: inline-block;
	position: relative;

	margin-bottom:40px;
}
.orange div.content_ttl h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 260px;
	height: 5px;
	background-color: #e48633;
}

/* #page_information */
.orange #page_information {
	background: #e48633;
	position: relative;
	color:#ffffff;
}.orange #page_information a{
	color:#ffffff;

}
.orange #page_information::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #d5c890 #d5c890;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
/* #official_cont */

.orange #official_cont ul li {
	color: #4c4c4c;
	background-color: #f7f2ee;
	border-radius: 5px;
}
/* #page_links */
.orange #page_links {
	border-color: #ccf2f5;
}

.orange #page_links a {
	color: #333333;
	background-image: url(../img/orange_page_links_arrow.gif);
}
.orange .item a.link {
	width: 180px;
	padding: 8px 30px;
	background-color: #e48633;
	border-radius: 10px;
	text-decoration: none;
	color: #fff !important;
	margin-left: 15px;
}

.enquete {
	width: 980px;
	margin: 10px auto 20px;
	background: #38a0d1;
	border: 1px solid #d5eef9;
}

@media screen and (min-width: 769px) {
	.enquete {
		display: table;
	}
}

@media screen and (max-width: 768px) {
	.enquete {
		border: none;
		width: 100%;
		margin: 10px auto 20px;
	}
}

.enquete .txt {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.enquete .txt {
		display: table-cell;
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.enquete .txt {
		text-align: left;
	}
}

.enquete .arrow {
	background: #0b335b;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.enquete .arrow {
		display: table-cell;
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	.enquete .arrow {
		font-size: 16px;
		font-weight: bold;
		padding: 10px;
	}
}

.enquete .arrow a {
	color: #fff!important;
	text-decoration: none;
}
.enquete .arrow a:visited {
	color: #fff!important;
}
.enquete .arrow a:hover {
	color: #fff!important;
	text-decoration: underline;
}



/* for Vol07 */
.mb20{ margin-bottom: 40px!important; }
.stxt{
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.stxt{
		width: 92%;
		margin: 0 auto;
	}
}

.att{
	font-size: 14px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}
.rtxt{
	color:#E80000;
}

.content_balloon{
	width: 840px;
	margin: 0 auto;
	clear: both;
}

@media screen and (max-width: 768px) {
	.content_balloon{
		width: 94%;
	}
}

.balloonL {
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
}

.balloonL .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

@media screen and (max-width: 768px) {
	.balloonL .faceicon {
		margin-right: -70px;
		width: 60px;
	}
}

.balloonL .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloonL .chatting {
  width: 100%;
}

@media screen and (min-width: 769px) {
	.balloonL .chatting {
		padding-top:10px;
	}
}

.balloonL .chatting .says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
	.balloonL .chatting .says {
		margin: 5px 0 0 85px;
		padding: 10px 13px;
	}
}

.balloonL .chatting .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
}

.balloonL .chatting .says p {
  margin: 0!important;
  padding: 0!important;
}

.balloonR {
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
}

.balloonR .faceicon {
  float: right;
  margin-left: -90px;
  width: 80px;
  padding-right: 4px;
}

@media screen and (max-width: 768px) {
	.balloonR .faceicon {
		margin-left: -70px;
		width: 60px;
	}
}

.balloonR .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloonR .chatting {
  /*width: 100%;*/
  float: right;

}

@media screen and (min-width: 769px) {
	.balloonR .chatting {
		padding-top: 10px;
	}
}

.balloonR .chatting .says {
  display: inline-block;
  position: relative;
  margin: 5px 105px 0 0;
  padding: 17px 13px;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
	.balloonR .chatting .says {
		margin: 5px 85px 0 0;
		padding: 10px 13px;
	}
}

.balloonR .chatting .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
}

.balloonR .chatting .says p {
  margin: 0!important;
  padding: 0!important;
}


.b-pink .faceicon img{border: solid 2px #ffecf7;}
.b-pink .chatting .says{background: #ffecf7;}
.b-pink .chatting .arrowL:after{border-right: 12px solid #ffecf7;}
.b-pink .chatting .arrowR:after{border-left: 12px solid #ffecf7;}

.b-blue .faceicon img{border: solid 2px #e2f1fe;}
.b-blue .chatting .says{background: #e2f1fe;}
.b-blue .chatting .arrowL:after{border-right: 12px solid #e2f1fe;}
.b-blue .chatting .arrowR:after{border-left: 12px solid #e2f1fe;}


.foot_ban{
	width: 980px;
	margin: 10px auto;
}

@media screen and (max-width: 768px) {
	.foot_ban{
		width: 95%;
		margin: 0 auto;
	}
}

.foot_ban p{
	font-weight: bold;
	font-size: 16px;
}


.item .right {
    padding: 0px 30px 0px 0;
}

.item .right p{
	text-align: center;
}

/* 2007 */
sup{
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}

@media screen and (min-width: 769px) {
	.col_l_img{
		float: left;
		margin: 0 20px 0px 0;
	}
}

/* for Vol08 */
.pro_box{
list-style-type:none;
margin:0;
padding:0;
}

.pro_box li{
	margin: 0 0 20px 30px;
	float: left;
	width: 220px;
	font-size: 14px;
}

.pro_box li:first-child{
	margin-left: 0px;
}


.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}


.ban_item1{
	border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    padding: 30px 20px 0px 20px;
    margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
	.ban_item1{
		float: left;
		width: 900px;
	}
}

@media screen and (max-width: 768px) {
	.ban_item1{
		margin: 30px 4% !important;
		overflow: hidden;
		padding: 1.5em 1em;
	}
}

.ban_item1 h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.ban_item1 h3{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
}

.ban_item1 .car{
	margin: 0px 0;
}

@media screen and (min-width: 769px) {
	.ban_item1 .car{
		float: left;
		width: 55%;
	}
}

.ban_item1 .car .img{
	width: 95%;
}

@media screen and (min-width: 769px) {
	.ban_item1 .info{
		margin: 0px 0;
		float: right;
		width: 45%;
	}
}

.ban_item1 .info .detail{
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.ban_item1 .info .detail{
		font-size: 10px;
	}
}

.ban_item1 .logo{
	width: 80%;
}

.ban_item1 strong{
	font-size: 90%;
}

.ban_item1 a.link {
    width: 180px;
    padding: 8px 30px;
    background-color: #0b335b;
    border-radius: 10px;
    text-decoration: none;
    color: #fff !important;
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
	.ban_item1 a.link {
		width: 80%;
		padding: 8px 0;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

.ban_item2{
	border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    clear: both;
    margin-left: 0px;
    text-align: center;
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (min-width: 769px) {
	.ban_item2{
		width: 900px;
	}
}

@media screen and (max-width: 768px) {
	.ban_item2{
		margin: 30px 1%;
		overflow: hidden;
		padding: 1.5em 1em;
		margin:30px 4%!important;
	}
}


@media screen and (min-width: 769px) {
	.ban_item2 .cat{
		position: absolute;
		top: 10px;
		left: 15px;
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
		text-decoration: underline;
			-ms-transform: rotate(-10deg);
			-webkit-transform: rotate(-10deg);
			-moz-transform: rotate(-10deg);
			-o-transform: rotate(-10deg);
			transform: rotate(-10deg);
	}
}

@media screen and (max-width: 768px) {
	.ban_item2 .cat{
		margin-bottom: 10px;
		text-decoration: underline;
	}
}

.ban_item2 h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.ban_item2 h3{
		line-height: 1.4;
		margin: 10px 0 20px 0;
	}
}

@media screen and (max-width: 768px) {
	.ban_item2 h3 .stxt {
		font-weight: normal;
	}
}

@media screen and (min-width: 769px) {
	.ban_item2 .car{
		margin: 0px 0;
		float: right;
		width: 40%;
	}
}

.ban_item2 .car .img{
	width: 85%;
}
.ban_item2 .name{
	font-size: 16px;
	font-weight:bold;
	margin: 6px 0;
}

@media screen and (max-width: 768px) {
	.ban_item2 .name{
		font-size: 10px;
		font-weight: normal;
		margin: 10px 0 0 0;
	}
}

.ban_item2 .cat-att{
	font-size: 10px;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
}


@media screen and (min-width: 769px) {
	.ban_item2 .info{
		width: 60%;
		margin: 10px 0 10px 0;
		float: left;
		/*width: 45%;*/
	}
}

.ban_item2 .info .detail{
	font-size: 12px;
	margin-bottom: 10px;
}
.ban_item2 .logo{
	width: 50%;
	margin-bottom: 10px;
}

.ban_item2 strong{
	font-size: 90%;
}

.ban_item2 a.link {
    width: 180px;
    padding: 8px 30px;
    background-color: #0b335b;
    border-radius: 10px;
    text-decoration: none;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
	.ban_item2 a.link {
		width: 80%;
		padding: 8px 0;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}


.item3{
	width: 271px;
	float: left;
	border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
    text-align: center;
    padding: 30px 20px 0px 20px;
}

.item3:first-child{
	margin-left: 0;
}

.item3 .car{ margin: 20px 0; }
.item3 .car .img{
	width: 100%;
}

.item3 .logo{
	width: 80%;
}

.item3 strong{
	font-size: 80%;
}

.item3 a.link {
    width: 180px;
    padding: 8px 30px;
    background-color: #0b335b;
    border-radius: 10px;
    text-decoration: none;
    color: #fff !important;
    margin-left: 15px;
}

.notice span{
	background-color: yellow;
	border:1px solid gray;
}



.award{
	background-color: #fdf8e9;
	border: double 2px #efca2b;
	padding: 20px;
}


.award .ban_pc{
	text-align: center;
	margin: 20px 0;
	display: block;
}

.award .ban_sp{
	display: none;
}

@media screen and (max-width: 768px) {
	.award{
		border-top: double 2px #efca2b;
		border-bottom: double 2px #efca2b;
		border-left: none;
		border-right: none;
		padding: 0px!important;
	}

	.award .ban_pc{
		display: none;
	}

	.award .ban_sp{
		text-align: center;
		margin: 20px 0;
		display: block;
	}

}

.pc_block{ display: block; }
.sp_block{ display: none; }

.col_s_img{ float: left; margin: 0 20px 0 0; width: 25%; }
.col_s_img img{ width: 100%; }

@media screen and (max-width: 768px) {

.pc_block{ display: none; }
.sp_block{ display: block; }

.col_s_img{ float: none; margin: 0 20px 0 0; width: 100%; }
.col_s_img img{ width: 100%; }
}


