@charset "utf-8";
/* CSS Document */

@import "http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/* html5 ------------------------------------- */
header, footer, nav, section, article, figure, aside {
	　display: block;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* common ---------------------------------------- */


html {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	color: #333333;
	font-size: 1em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {

}


h2 {
	background-color: #0089D0;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
}
a:link {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #98B805;
}
a:active {
	color: #264CA4;
}

.txt_ss {
	font-size: 10px;
}
.txt_s {
	font-size: 12px;
}
.txt_l {
	font-size: 16px;
}
.txt_ll {
	font-size: 20px;
}


.txtBlue {
	color: #00659E;
}
.txtRed {
	color: #E04343;
}


#wrap {
	min-width: 980px;
	overflow: hidden;
}
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
i {
	padding-right: 3px;
}


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


#main_header .inner {
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}
#main_header .inner #main_nav {
	position: absolute;
	top: 66px;
	text-align: right;
	right: 0px;
}
#main_header .inner #main_nav a {
	margin-left: 30px;
}
#main_header .inner a i  {
	margin-right: 4px;
}

#main_header .inner #cart_nav {
	position: absolute;
	top: 22px;
	text-align: right;
	right: 0px;
}
#main_header .inner #cart_nav a {
	display: block;
	width: 180px;
	text-align: center;
	text-decoration: none;
	background-color: #00A0F3;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
}
#main_header .inner #cart_nav a:hover {
	background-color: #0089D0;
}
#logo {
	width: 180px;
}


#main_header .inner .duration {
	position: absolute;
	top: 120px;
	text-align: right;
	border: 2px solid #EC5D5F;
	border-radius: 3px;
	background-color: #FEF7F7;
	right: 0px;
}
#main_header .inner .duration h4 {
	display: block;
	float: left;
	color: #FFFFFF;
	background-color: #EC5D5F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
#main_header .inner .duration p {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_header .inner .duration p strong {
	color: #FF2124;
}


/* page common ---------------------------------------- */

#page_ttl {
	background-color: #F3F3F3;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
#page_ttl .inner h1 {
	font-weight: normal;
	font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 580px;
}

#page_ttl .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main_contents .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_footer {
	background-color: #191919;
	color: #A8A8A8;
}
#main_footer a {
	text-decoration: none;
}
#main_footer .inner {
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#main_footer .inner .inner_right {
	float: right;
	color: #4D4D4D;
}
#main_footer .inner .inner_right a  {
	color: #A8A8A8;
}
#main_footer .inner .inner_right a:hover  {
	color: #D5D5D5;
}
#main_footer .inner .inner_left {
	float: left;
}




/* login ---------------------------------------- */

.login_a {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
	width: 440px;
	float: left;
}
.login_b {
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 60px;
}
.arr {
	text-align: center;
	color: #D1D1D1;
	font-size: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.login_a  th {
	width: 100px;
}
.login_b  th {
	width: 160px;
}
.login_a h2 {
	background-color: #0089D0;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
}
.login_b h2 {
	background-color: #0089D0;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
}
.login_a h2 span,.login_b h2 span {
	font-size: 14px;
}


/* table ---------------------------------------- */

table.list {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin-top: 8px;
	margin-bottom: 16px;
}

table.list th,table.list td {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.list th {
	font-weight: normal;
	background-color: #F8F8F8;
}


table.list_2 {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin-top: 8px;
	margin-bottom: 20px;
}

table.list_2 th,table.list_2 td {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
table.list_2 th {
	font-weight: normal;
	background-color: #F8F8F8;
}

.list_2 tbody tr td a {
	color: #00659E;
	font-weight: bold;
}
.list_2 tbody tr td a:hover {
	color: #0087D3;
}

/* item_list ---------------------------------------- */

.item_list ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.item_list.clearfix ul li {
	width: 226px;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	list-style-type: none;
	float: left;
	background-color: #FDFDFD;
	border: 1px solid #E7E7E7;
	position: relative;
}
.item_list ul li .image_box {
	width: 226px;
	height: 170px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


.item_list.clearfix ul li img {
	max-width: 226px;
	max-height: 166px;
}
.item_list ul li h4 {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #6B6B6B;
}
.item_list ul li h4.goods_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #6B6B6B;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.item_list ul li a.release {
	position: absolute;
	top: 2px;
	height: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 12px;
	color: #FFFFFF;
	border-radius: 2px;
	display: inline-block;
	width: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	right: 2px;
	background-color: #F9F9F9;
	border: 1px solid #A3A3A3;
}
.item_list ul li a.release:hover {
	background-color: #EFEFEF;
}


/* pager ---------------------------------------- */

ul.pager {
	/zoom: 1;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-color: #F0F0F0;
	text-align: center;
}

ul.pager li {
	margin: 0 1px 1px 0;
	list-style-type: none;
	font-size: 12px;
	display: inline-block;
}

ul.pager li a {
	padding: 5px 10px;
	background-color: #F0F0F0;
}
ul.pager li span {
	padding: 5px 10px;
	background-color: #E5E3DB;
}

ul.pager li a:hover {
	background-color: #FFFFFF;
}

/* item_detail ---------------------------------------- */

.item_detail {
	padding-top: 24px;
	margin-bottom: 46px;
}
.item_detail_spec .add_cart h3 {
	color: #373737;
	background-color: #EFEFEF;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-left: 0px;
}
.item_detail .item_detail_imagebox {
	width: 440px;
	float: left;
}
.item_detail_imagebox .item_explanation {
	font-size: 0.9em;
	padding-top: 12px;
}
.item_thumb .item_explanation {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
	width: 160px;
	text-align: left;
	float: right;
	line-height: 1.8em;
}
.item_detail .item_detail_spec {
	float: right;
	width: 480px;
}
.item_detail .item_detail_spec .add_cart {
	padding-top: 16px;
	border-top: 1px solid #D4D4D4;
	text-align: right;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 20px;
	color: #6B6B6B;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.item_detail .item_detail_spec .result_cart {
	padding-top: 16px;
	border-top: 1px solid #D4D4D4;
	text-align: right;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 16px;
	color: #6B6B6B;
}


h3.photo_select {
	font-weight: normal;
	text-align: center;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FBFFEC;
}
.photo_select_btn {
	text-align: center;
}

.photo_select_btn a.act,.photo_select_btn a:hover.act {
	background-color: #EC5D5F;
}
.serect_photo_inner {
	width: 100px;
	text-align: left;
	font-weight: bold;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.photo_select_btn a {
	font-size: 11px;
	width: 60px;
	display: inline-block;
	text-decoration: none;
	background-color: #AFAFAF;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 1em;
	text-align: center;
	border-radius: 1px;
}
.photo_select_btn a:hover {
	background-color: #999999;
}

.serect_photo_inner a.release {
	position: absolute;
	top: 2px;
	height: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 12px;
	color: #FFFFFF;
	border-radius: 2px;
	display: inline-block;
	width: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	right: 2px;
	background-color: #F9F9F9;
	border: 1px solid #A3A3A3;
}
.serect_photo_inner a.release:hover {
	background-color: #EFEFEF;
}

.serect_photo_box {

}

.serect_photo_inner .serect_photo_img {
	width: 100px;
	position: relative;
}

.serect_photo_inner .serect_photo_img a.release {
	position: absolute;
	top: 1px;
	height: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 12px;
	color: #FFFFFF;
	border-radius: 2px;
	display: inline-block;
	width: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	right: 1px;
	background-color: #F9F9F9;
	border: 1px solid #A3A3A3;
}
.serect_photo_inner .serect_photo_img a.release:hover {
	background-color: #EFEFEF;
}


.category_select {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: right;
}
.category_select a {
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #DCDCDC;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #F9F9F9;
	text-decoration: none;
	line-height: 12px;
}
.category_select a:hover {
	border: 1px solid #CACACA;
	background-color: #F3F3F3;
	color: #727272;
}

.category_select select {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-size: 14px;
	border-color: #A4A4A4;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.item_thumb {
	float: left;
	width: 270px;
}

.item_thumb img {
	width: 100px;
	height: auto;
	float: left;
}
.item_thumb h4 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.1em;
	width: 160px;
	text-align: left;
	line-height: 1.8em;
}



/* cart ---------------------------------------- */

.cart {
	width: 960px;
	margin-bottom: 20px;
}

.add_cart select {
	font-size: 16px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.add_cart input {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 3px;
	margin-top: 3px;
}
ul.cart_list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.cart_list li {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	border-top: 1px dotted #D8D8D8;
}

.cart_list li .thumb  {
	width: 160px;
	height: 120px;
	text-align: center;
	float: left;
	display: block;
	position: relative;

}
.cart_list li .thumb img {
	max-width: 160px;
	max-height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
}
.cart_list li .thumb_2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	float: left;
}
.cart_list li .thumb_2 img {
	max-width: 160px;
	max-height: 120px;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
}
.cart_list .cart_detail {
	text-align: right;
	padding-top: 24px;
	float: right;
}
.cart .total_price {
	color: #00659E;
	font-size: 24px;
	text-align: right;
	padding-top: 16px;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	padding-bottom: 16px;
	margin-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

/* order ---------------------------------------- */

.order_comp {
	font-size: 22px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #00659E;
}

.convenience_store_info {
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	background-color: #FBFBFB;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	margin-bottom: 30px;
}


/* my_page ---------------------------------------- */

.user_edit {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: right;
}

.user_edit a {
	display: inline-block;
	width: 140px;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 3px;
	margin-left: 3px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
}
.user_edit a:hover {
	background-color: #E0E0E0;
	color: #333333;
}
.msg_err {
	color: #C00;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #C00;
	margin-bottom: 20px;
	background-color: #FFF4F4;
}
/* form ---------------------------------------- */

.form_box {
	margin-bottom: 36px;
}
.form_style {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.form_box .list tbody tr th {
	width: 240px;
}
.input_a {
	width: 200px;
}
.form_btn {
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
.btn_box  {
	text-align: center;
}
.form_box input,.form_box select  {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* pageTop---------------------------------------- */

#pageTop {
	background-color: #0089D0;
	border-radius: 5px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 6px;
	position: fixed;
	bottom: 10px;
	right: 6px;
	text-decoration: none;
}
#pageTop:hover {
	background-color: #687E00;
	text-decoration: underline;
}

/* registration ---------------------------------------- */

.confirm_box {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	background-color: #FDFFF7;
}

/* directory_select ---------------------------------------- */

.directory_select{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.directory_select_back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.directory_select a {
	font-size: 18px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #B3CEDC;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	background-color: #DCF3FF;
	text-decoration: none;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 120px;
	margin-bottom: 10px;
	color: #0072AE;
}
.directory_select a:hover {
	border: 1px solid #006FA9;
	background-color: #006FA9;
	color: #FFFFFF;
}

/* form_type_btn ---------------------------------------- */

a.form_type_btn {
	display: inline-block;
}
a.form_type_btn:hover {
	color: #444444;
}

a.form_type_btn,
input.form_type_btn {
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #BCBCBC;
	line-height: 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	text-decoration: none;
	border-radius: 1px;
	cursor: pointer;
}
a.form_type_btn:hover,
input.form_type_btn:hover {
	border: 1px solid #AFAFAF;
	background-image: -webkit-linear-gradient(270deg,rgba(249,249,249,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(249,249,249,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(249,249,249,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(249,249,249,1.00) 0%,rgba(232,232,232,1.00) 100%);
	text-decoration: none;
	color: #000000;
}

/* index ---------------------------------------- */


#index_contents {
	text-align: center;
	margin-bottom: 60px;
}
#index_contents #index_main {
	margin-bottom: 40px;
}
h1.index_ttl {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color: #444444;
}

#index_contents .index_flow img {
	margin-left: 10px;
	margin-right: 10px;
}
