﻿@charset "utf-8";

body{
	width:100%;
	min-width:320px;
	max-width:750px;
	margin: 0;
	padding: 0;
	font-size:14px;
	background:#ffffff  repeat;
	background-size:contain;
	color:#333333;
	line-height:1.5;
	letter-spacing:1.5px;
	margin:0 auto;
	font-family:"メイリオ", "Meiryo", "Verdana","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro",sans-serif;
	word-wrap:break-word;
	-webkit-text-size-adjust : 100%;
	}


	a{
	text-decoration: none;
	color: #4169e1;
	}



img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	}
/*-------------------------------------------------------*/
#header{
	width:100%;
	height:70px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	z-index: 21; /* 追加 */
	}

#header .menu_icon {
	width:40px;
	height:60px;
	position:absolute;
	top:5px;
	right:5px;
	overflow: hidden;
}

#header .menu_icon img {
	position: absolute;
	top: 15px;
	width: 100%;
}

/*-------------------------------------------------*/

h1 {
	padding: 0.8rem 0.8rem;
	background: #74E0EF;/*背景*/
	color: #FFFFFF;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px gray;
	}


h2 {
	border-bottom: 3px solid #000;
	margin: 0;
	color: #1E1E1E;
	font-size:1em;
}

span {
	font-size:1em;
	font-weight:600;
	color: #333333;
	line-height:1;
	}



/*-------------------------------------------------*/
.main{
	width:100%;
	height:auto;
	min-width:320px;
	max-width:750px;
	margin:0 auto;
	z-index:-9;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

/*-------------------------------------------------------*/
.center_info{
	margin:0 auto;
	text-align:center;
	padding:10px;
	}

.red_text{
	color:#cc0000;
	font-size:16px;
	line-height:18px;
	}


/*-------------------------------------------------------*/
.log_area{
	padding:0px 10px 10px 10px;
	}


.log_tb{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.log_tb td{
	width: 45%;
	text-align:center;
	}
/*-------------------------------------------------------*/

.btn_menu {
	box-sizing: border-box;
	margin:auto;
	width:100%;
	text-align:center;
	}

.btn_member{
	box-sizing: border-box;
	background:#ff389b;
	color:#ffffff;
	padding:10px 20px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px;
	border: solid 1px #ffffff;
	box-shadow:0 0 3px #333333;
	display:inline-block;
	width:60%;
	margin:5px;
	}


.btn_member:hover{
	color:#E99420;
	text-decoration:none;
	}

/*-------------------------------------------------------*/
.center_area{
	margin:0 auto;
	}

.white_area{
	height:auto;
	margin:0 5px 20px 5px;
	}

.pad10{
	padding:10px;
	}

/*-------会社概要----------------------------------------*/

.ixislogo{
	margin:20px;
	width:20%;
	}



/*-------新着-----------------------------------------*/

.white_box {
	width: 96%;
	-webkit-border-radius: 10px;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
	padding: 0 0 20px 0;
	position: relative;
	background:url("../img/new_icon.png") top 10px right 10px no-repeat;
	-webkit-background-position:top 10px right 10px;
	-moz-background-position:top 10px right 10px;
	-ms-background-position:top 10px right 10px;
	-o-background-position:top 10px right 10px;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	background-color: #ffffff;
	}

.white_box p{
	text-align: left;
	font-weight: bold;
	}

.left_box {
	padding-left: 3%;
	width: 62%;
	float: left;
	}

.right_box {
	padding-right: 2%;
	padding-top:10%;
	width: 31%;
	float: right;
	}

.right_box p {
	font-size: 0.6em;
	color: #333333;
	padding-bottom: 10px;
	}

.right_icon_box{
	background: #FFF;
	bottom: 4%;
	padding-right: 3%;
	position: absolute;
	}




/* ここから下がボタンのCSS　*/
.btn-icon {
  display: inline-block;
  max-width: 100px;
  text-align: center;
  background-color: #E99420;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 10%;
  right: 3%;
}

.btn-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
}


.new_area {
	background: #F5F5F5;
	width: 100%;
	margin:0 auto;
	padding:0;
	}


.new-banner{
  text-align:center;
}

.new-banner .p1{
  display:inline-block;
  width:30%;
  margin:5px 0;
}

.contents {
	background: #FEF3FF;
	color: #404040;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width:100%;
}

.new .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #A9006A;
	margin-bottom: -10px;
}

.list1 {
	width: 100%;
	overflow: hidden;
	position:relative;
	padding:0;
}

.list1 ul {
	position:relative;
	left:50%;
	float: left;
}

.list1 ul li {
	position:relative;
	left:-50%;
	float: left;
	width: 32%;
	margin-bottom: 10px;
	margin-top: 2px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 32%;
	margin-bottom: 10px;
	margin-top: 2px;
	list-style: none;
}
.list1 li a {
	position: relative;
	display: block;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
}
.list1 img {
	width: 100%;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: rgb(128, 128, 128) 0px 0px 2px;
	vertical-align: bottom;
	box-sizing: border-box;
}
.new .list1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: #F8BA4A;
	color: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.obiLink {
	margin-bottom: 15px;
}
.obiLink a {
	display: block;
	width: 80%;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	background: #FE377F;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 0 #D24882;
}

/*-------------------------------------------------------*/

.pickup_area {
	background: #e7e7e7;
	width: 100%;
	}

.pickup_area ul{
	margin: 0;
	padding: 0;
	text-align:center;
	}

.pickup_area li {
	list-style-type:none;
	display: -moz-inline-box;
 	display: inline-block;
  	/display: inline;
  	/zoom: 1;
	margin:0 0 5px 0;
	width: 30%;
	}
.pickup_area li img{
	border:1px solid #dedec9;
	}

.pickup_area li span{
	color:#ffffff;
	}


/*-----1段目---------------------------------------------*/

.rank_box{
	background:#ffffff;
	padding-bottom:10px;
	}

.rank_tb{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.rank_tb th{
	width: 30%;
	text-align:center;
	}

.rank_tb td{
	width: 30%;
	text-align:center;
	margin-bottom:10px;
	}

.rank_tb td img{
	border:1px solid #F1F1F1;
	}

/*-----2段目----------------*/

.rank_tb2{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.rank_tb2 th{
	width: 20%;
	text-align:center;
	}

.rank_tb2 td{
	width: 20%;
	text-align:center;
	margin-bottom:10px;
	}

.rank_tb2 td img{
	border:1px solid #F1F1F1;
	}


/*-------------------------------------------------------*/
footer {
	width: 100%;
	display: block;
	background:#1E1E1E;
	}

footer #ftList {
	padding:0;
	margin:0;
	}

footer #ftList li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color:#F1F1F1;
	text-align:left;
	background: #1E1E1E;
	float: left;
	list-style:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:1px solid #F1F1F1;
	border-top:1px solid #F1F1F1;
	}

footer #ftList:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

footer #ftList li:last-child,
footer #ftList li:nth-last-child(2){
	border-bottom:1px solid #F1F1F1;
	}


footer p{
	width:30%;
	margin:10px 0;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	}


footer #ftList li a {
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	display: block;
	color:#F1F1F1;
	text-decoration: none;
	background:url("../img/arrow_s.png") center right no-repeat;
	-webkit-background-size:11px 13px;
	-moz-background-size:11px 13px;
	background-size:11px 13px;
	}




@media (min-width: 240px) and (max-width: 400px) {
	footer #ftList li a {
		font-size:0.7em;
		line-height:1em;
		}
}





/*-------------------------------------------------------*/
.center_title{
	margin:0 auto;
	text-align:center;
	padding:5px 10px;
	font-weight:bold;
	font-size:18px;
	color:#333333;
	}


.img_area{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
	}

.img_area img{
	display:inline-block;
	}

.white_area{
	background:#ffffff;
	height:auto;
	}

.kabegami {
	list-style-type: none;
	width:100%;
	height:auto;
	max-width: 750px;
	padding: 0;
	text-align: center;
	}

.kabegami li{
	position: relative;
	width: 44%;
	height:auto;
	float: left;
	margin: 0;
	padding:10px;
	display:inline-block;
	}

.kabegami area {
	margin:0 auto;
	text-align:center;
	}

.kabegami p{
	color:#5E738E;
	}

.text_area{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:left;
	}


.btn_buy{
	width:50%;
	color:#ffffff;
	background:#0AC5A8;
	padding:10px 30px;
	text-align:center;
	font-size:14px;
	border: solid 1px #0AAA90;
	border-radius:10px;
	display:inline-block;
	margin:10px;
	}

.btn_buy a{
	display:inline-block;
	color:#ffffff;
	}

/*------------ページ送り---------------------------------*/

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #EC407A;
	border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #EC407A;
	background-color: transparent;
	border-radius: 50%;
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		margin-top: 50px;
		padding: 0 10px;
	}
	.cp_navi .cp_pagenum {
	font-size: 0.8em;
	line-height: 25px;
	width: 45px;
	height: 25px;
	margin: auto .1em;
	border-radius: 0.3em;
}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 25px 0 0;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cp_navi .cp_pagenum {
	display: none;
	border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 20px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 25px;
	content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}



/*-------------------------------------------------------*/


.clear{
	clear:both;
	}


.hr_gray01{
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #ffffff;
	margin:10px;
	}

.hr_gray_dashed{
	border: 1px dashed #9b9b9b;
	margin:10px 0px;
	}



/*-------------------------------------------------------*/


.label{
	background:#EF9B9B;
	color:#ffffff;
	padding:1px 3px;
	display:inline-block;
	margin:2px;
	border-radius:5px;
	font-size:11px;
	}




/*-------------------------------------------------------*/



.other_midashi{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	padding:10px 0px 10px 5px;
	color:#ffffff;
	background:#74e0ef;
	text-shadow: 1px 1px 2px gray;
	}

.other_main{
	padding:5px;
	font-size:14px;
	color:#333333;
	line-height:18px;
	text-align:left;
	background:#ffffff;
	}

.other_obi{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color:#3333333;
	background:#BCC4C3;
	margin-bottom:5px;
	}

/*-------------------------------------------------------*/
.faq{
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.faq .ac-content {
	margin:0px;/*ここを10pxにすれば両サイドに10px余白をもたせられます。*/
	}

.faq input {
	display: none;
	}


.faq label {
	width:100%;
	padding:10px;
	background:#f8ba4a;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #ffffff;
	text-align:left;
	}


.faq .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:20px;
	text-align:left;
	}

.faq input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}







/*----------ページ送り---------------------------------*/

#itemDetailNav{
	text-align: center;
	}

#itemDetailNav a {
	display: inline-block;
	background: #E8E8E8;
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
	color: #555;
	text-decoration: none;
	}

/*-------------------------------------------------------*/



/*フリーワード検索結果*/
.freeword .list2 {
	margin: 15px 0;
}


/*-----退会アンケート-----------------------*/

.formPage{
	background: #FFFDF8;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul{
	padding-left: 0px;
}

.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom{
	display: block;
	font-size: 1em;
	margin-top: 16px;
	padding: 5px 2px;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}


.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}



/*---------------------------------------------------------*/

/*退会アンケート
#wrapper{
	text-align:left;
	}

.formPage{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
	}

.question p:first-child{
	font-weight: bold;
	}

.question p{
	color: #555;
	}

.question ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}

.question ul li{
	position: relative;
	}



.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
	}

.question ul li:first-child label{
	border-top: none;
	}

.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
	}

.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
	}

.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
	}

.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
	}

.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
	}

.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
	}


.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
	}

.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(50%, rgba(224,224,224,1)), color-stop

(50%, rgba(219,219,219,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 

100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
	}

.questionNom {
    display: block;
    font-size: 1em;
    margin-top: 16px;
    padding: 5px 2px;
    box-sizing: border-box;
    background: #737373;
    box-shadow: inset 0 -2px 2px #434343,inset 0 2px 2px #929292;
    color: #fff !important;
	}

.questionNom span{
	color: #FF0000;
	}



.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}

*/
.link_blue{
	color:#4169e1;
	text-decoration:none;
	}

