﻿/*
channel code : qhtGN7wHcQse
for store
*/
@charset "utf-8";

/* contents text layout css */

/* コンテンツエリア
----------------------------------------------------- */

/* p
----------------------------------------------------- */
p.lead {
	font-size:1.6em;
	font-size:1.6rem;
	padding-bottom:20px;
}

p.link,
p.link_red {
	font-size:1.5em;/* 80%*/
	font-size:1.4rem;
	line-height:160%; 
	padding:0px 0px 15px; 
}

p.link a,
p.link_red a  {
	background-image:url(../img/icn_arrow_blue.gif); 
	background-position:0px 4px; 
	background-repeat:no-repeat; 
	padding:0px 0px 0px 0.9em; 
}

p.link_red a  {
	background-image:url(../img/icn_arrow_red.gif); 
}


/* ul
----------------------------------------------------- */
ul.list {
	font-size:1.5em;/* 80%*/
	font-size:1.4rem;
	line-height:140%; 
	padding-bottom:15px;
}

ul.list li {
	background-image:url(../img/icn_list.gif); 
	background-repeat:no-repeat; 
	background-position:3px 9px; 
	padding:0 0 4px 0.9em; 
}


ul.attention {
	font-size:1.5em;/* 80%*/
	font-size:1.4rem;
	line-height:140%; 
	padding-bottom:15px;
}

ul.attention li {
	padding:0 0 4px 1em; 
	text-indent:-1em; 
	font-size: inherit;
}


ul.attention_no {
	font-size:1.5em;/* 80%*/
	font-size:1.4rem;
	line-height:140%; 
	padding-bottom:15px;
}

ul.attention_no li {
	padding:0 0 4px 2em; 
	text-indent:-2em; 
	font-size: inherit;
}



/* alignment
----------------------------------------------------- */
.ex_center {
	text-align:center; 
}
.ex_left {
	text-align:left; 
}
.ex_right {
	text-align:right; 
}


/* old_font_size
--------------------------------------------- */

.tx160 {font-size:150%; line-height:140%; }
.tx150 {font-size:150%; line-height:140%; }
.tx140 {font-size:140%; line-height:140%; }
.tx130 {font-size:120%; line-height:140%; }
.tx125 {font-size:125%; line-height:140%; }
.tx110 {font-size:110%; line-height:150%; }
.tx100 {font-size:100%; line-height:150%; }
.tx90 {font-size:90%; line-height:150%; }
.tx80 {font-size:80%; line-height:150%; }
.tx75 {font-size:75%; line-height:140%; }
.tx70 {font-size:70%; line-height:140%; }
.tx65 {font-size:65%; line-height:140%; }
.tx60 {font-size:60%; line-height:130%; }
.tx55 {font-size:55%; line-height:130%; }
.tx50 {font-size:50%; line-height:130%; }
.bld {font-weight:bold; line-height:140%; }

.no_tx100 {font-size:100%; line-height:120%; }
.no_tx90 {font-size:90%; line-height:120%; }
.no_tx80 {font-size:80%; line-height:120%; }
.no_tx70 {font-size:70%; line-height:120%; }
.no_tx65 {font-size:65%; line-height:120%; }

.tx16 {font-size:100%; line-height:125%; }
.tx14 {font-size:90%; line-height:125%; }
.tx12 {font-size:80%; line-height:125%; }
.tx11 {font-size:75%; line-height:125%; }

/* 一字下げ */
.indent_1em {
	padding:0px 0px 0px 1em; 
	text-indent:-1em; 
}
.indent_2em {
	padding:0px 0px 0px 2em; 
	text-indent:-2em; 
}

/* テキスト装飾
--------------------------------------------- */
/* 赤 */
.ex_red_txt {
	color:#BF4840; 
}

/* 灰 */
.ex_gray_txt {
	color:#666666; 
}

/* 白 */
.ex_white_txt {
	color: #FFFFFF; 
}

/* オレンジ */
.ex_orange_txt {
	color:#FF6600; 
}

/* 青 */
.ex_blue_txt {
	color:#0000FF; 
}

/* 緑 */
.ex_green_txt {
	color:#009900; 
}

/* カッパー */
.ex_copper_txt {
	color:#CC9900; 
}

/* ベージュ */
.ex_beige_txt {
	color:#DDCF9F; 
}


/* 太字 */
.ex_bold_txt {
	font-weight:bold; 
}

.ex_nobold_txt {
	font-weight:normal; 
}

main .basic-page sup {
	font-size: 80%;
	margin:0px; 
	padding:0px; 
	vertical-align:text-top; 
	line-height:1em; 
}















