@charset "utf-8";

/* -----------------------------------------------
 見出しレベル
 ----------------------------------------------- */

/* h2 */
.hn02 {
	margin-bottom: 20px;
	/*color: #e3559c;*/
	color: #ff6633;
	font-size: 2.5rem;
	text-align: center;
}




/* -----------------------------------------------
 アイコン
----------------------------------------------- */

/* 
----------------------------- */

/* ノーマル矢印 */
.icArrow {
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/parts/ic_arrow_right_m.png) no-repeat left center;
}

/* ノーマル矢印（小） */
.icArrowSmall {
	padding: 0 0 0 10px;
	background: url(../img/parts/ic_arrow_right_s.png) no-repeat left center;
}

/* PDF */
.icPdf {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(/seito_photocon/img/common/parts/ic_pdf.gif) no-repeat right 0.1em;
}

/* ワード */
.icWord {
	padding: 0 20px 0 0;
	background: url(../img/parts/ic_word.png) no-repeat right center;
}

/* エクセル */
.icExcel {
	padding: 0 20px 0 0;
	background: url(../img/parts/ic_excel.png) no-repeat right center;
}

.data {
	font-size: 1.2rem;
}

.icBlank {
	margin-right: 5px;
	padding-right: 20px;
	background: url(../img/parts/ic_newwin.png) no-repeat right center;
}

.icBlankIn {
	margin-right: 5px;
	padding-right: 20px;
	background: url(../img/parts/ic_newwin_sharp.png) no-repeat right center;
}





/* -----------------------------------------------
 Adobe Readerダウンロード
----------------------------------------------- */

/* 
----------------------------- */

/* 包括 */
.wrapAdobe {
	width: 100%;
	padding: 20px 20px 20px 195px;
	background: #f1f1f1 url(/seito_photocon/img/common/parts/bnr_adobe.gif) no-repeat 20px center;
}




/* -----------------------------------------------
 リスト
----------------------------------------------- */

/* disc
----------------------------- */

ul.ulTypeDisc {
	padding-left: 25px;
}

@media screen and (min-width: 769px){
	ul.ulTypeDisc.twoRowList li {
		float: left;
		width: 47%;
	}
	ul.ulTypeDisc.twoRowList li:nth-child(even){
		margin-left: 6%;
	}
}

ul.ulTypeDisc.floatList li {
	list-style: disc;
	float: left;
	padding-right: 2.5em;
}

ul.ulTypeDisc li {
	list-style: disc;
	margin-bottom: 10px;
}

ul.ulTypeDisc li span{
	color: #333;
}

/*  nest <ul> 
---------------*/

ul.ulTypeDisc ul {
	margin-left: 25px;
	padding: 15px 0 3px;
}
ul.ulTypeDisc ul li {
	list-style: disc;
	margin-bottom: 10px;
}

/*  nest <ul><ul> 
---------------*/

ul.ulTypeDisc ul ul li {
	list-style: circle;
}

/*  nest <ol>
---------------*/

ul.ulTypeDisc ol {
	margin-left: 22px;
	padding: 15px 0 3px;
}
ul.ulTypeDisc ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
/* ブレットがいらない時 */
ul.ulTypeDisc li.bulNone {
	list-style: none;
}


/* ブレットなし
----------------------------- */

ul.ulTypeNone {
	padding-left: 5px;
}
ul.ulTypeNone li {
	margin-bottom: 10px;
}
ul.ulTypeNone ul {
	padding-top: 10px;
	padding-left: 20px;
}
/* ブレットがほしい時 */
ul.ulTypeNone li.bul {
	list-style: square;
	list-style-position: inside;
}


/* Float
----------------------------- */

ul.floatList li {
	float: left;
	margin-right: 0.5em;
	white-space: nowrap;
}


/* ol
----------------------------- */

ol.olTypeDec {
	margin-bottom: 1.6em;
	padding-left: 0.5em;
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
}

td ol.olTypeDec,
td ol.olTypeDec li:last-child {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 769px){
	ol.olTypeDec.twoRowList li {
		float: left;
		width: 43%;
	}
	
	ol.olTypeDec.twoRowList li:nth-child(even){
		margin-left: 6%;
	}
}

ol.olTypeDec.roma {
	list-style-type: lower-alpha;/* ローマ字 */
}
ol.olTypeDec li {
	margin-bottom: 0.2em !important;
	text-indent: -1.3em;
	padding-left: 1.5em;
}
ol.olTypeDec li.num:before {
    color: #333333;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}

ol.olTypeDec.blackNum li.num:before {
    color: #464646;
}

.noListNum li {
	margin-bottom: 0.2em !important;
	text-indent: -1.3em;
	padding-left: 1.5em;
}

.noListNum span {
    color: #a256b8;
    font-weight: bold;
}


/* nest <ol>
----------------------------- */

ol.olTypeDec ol {
	margin-left: 22px;
	padding: 10px 0 3px;
}
ol.olTypeDec ol li {
	margin-bottom: 10px;
}

ol.olTypeDec ol li.numNest{
	list-style: decimal;
}


/* nest <ul>
----------------------------- */

ol.olTypeDec ul {
	margin-left: 15px;
	padding: 10px 0 3px;
}
ol.olTypeDec ul li,
ol.olTypeDec.roma ul li{
	list-style: square;
}
ol.olTypeDec ul ul li {
	list-style: circle;
}
ol.olTypeDec ul.nonStyle,
ol.olTypeDec ol.nonStyle {
	margin-left: 0;
	padding-top: 5px;
}
ol.olTypeDec ul.nonStyle li {
	list-style: none;
	padding: 0;
}


/* デザイン ol
----------------------------- */

ol.olTypeDes {
    counter-reset:li; /* Initiate a counter */
	margin: 0 0 0 0.5em;
    padding:0;
    list-style:none; /* Disable the normal item numbering */
}

ol#fifthStart {
    counter-reset:li 4; /* Initiate a counter */
}


ol.olTypeDes li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 0; /* Give each list item a left margin to make room for the numbers */
    padding:2px 30px 6px 30px;
}
ol.olTypeDes.unLine li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

ol.olTypeDes li:last-child {
    margin:0; /* Give each list item a left margin to make room for the numbers */
}
ol.olTypeDes li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;/*ここで円の大きさが変えれます*/
	height: 24px;/*ここで円の大きさが変えれます*/
	text-align: center;
	line-height: 24px;
	border-radius: 100%;
	font-weight: bold;
	color: white;
	background: #333333;/*ここで色変えれます*/
}

ol.olTypeDes.bule li:before {
	background: #4a9eb6;/*ここで色変えれます*/
}


/* -----------------------------------------------
 テーブル設定
----------------------------------------------- */

/* 
----------------------------- */

.normalTable {
	clear: both;
}
.smallTable {
	font-size: 10rem;
}
.xsmallTable {
	font-size: 8rem !important;
}
.bigTable {
	font-size: 100% !important;
}
.tableSmallText th,
.tableSmallText td{
	padding: 2px 5px !important;
	font-size: 12rem;
	word-wrap:break-all !important;
}

.tdCenter td {
	text-align: center !important;
}

.tdRight td {
	text-align: right !important;
}

.normalTable table{
	width: 100%;
	border-collapse: collapse;
}
.normalTable th,
.normalTable td{
	box-sizing:border-box;
	background: #ffffff;
	padding: 10px;
	border-top: 1px #cbcbcb solid;
	border-left: 1px #cbcbcb solid;
	border-right: 1px #cbcbcb solid;
	border-bottom: 1px #cbcbcb solid;
	word-wrap:break-all !important;
}

/* thead 指定
---------------*/

.normalTable table thead{
	width: 100%;
	color: #FFF;
}
.normalTable table thead th{
	background: #727272;
	border-bottom: 1px #cbcbcb solid;
}

/* tbody 指定
---------------*/

.normalTable table tbody{
	background: #FFF;
	width: 100%;
}

.normalTable table tbody th{
	background: #d7ebf5;
}

/* tbody th 偶数行 */
.normalTable table tbody .odd th{  
	background: #a2a2a2;
} 

/* tbody th 奇数行 */
.normalTable table tbody .even th{  
	background: #a2a2a2;
}

/* tbody td 偶数行 */
.normalTable table tbody .odd td{  
	background: #F0F0F0;
}  

/* tbody td 奇数行 */
.normalTable table tbody .even td{  
	background: #FFF;
}  

/* tbody td 奇数行 */
.normalTable table tbody .even td{  
	background: #FFF;
}  

/* tbody ゼブラなし */
.nonZebraTable table tbody .odd td, 
.nonZebraTable table tbody .even td{
	background: #FFF;
}

.normalTable table tbody .rowTtl,
.normalTable table tbody .rowTtl02 {
	background: #474646 !important;
	color: #FFF;
}

/* 小計 */
.normalTable table .subTotal{}

.normalTable table .subTotal th{
	background: #fffcf1 !important;
}

.normalTable table .subTotal td{
	background: #fffcf1 !important;
}

table .sunTh {
	background-color: #fedbd7 !important;
}	
table .satTh {
	background-color: #e6f3fc !important;
}
table .normalTh {
	background-color: #fafafa !important;
}


/* tfoot */
.normalTable table tfoot{
	width: 100%;
}

.normalTable table tfoot th{
	background: #fff3c3;
}

.normalTable table tfoot td{
	background: #fff8de;
}

/* 右上Line削除 */
.normalTable table .tlc {
	background: none !important;
	border-left: none !important;
	border-top: none !important;
}
/* 左下Line削除 */
.normalTable table .brg {
	background: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.scrollTable table {
		word-wrap:break-all;
		table-layout:fixed;
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	.scrollTable table th {
		padding: 10px;
		word-wrap:break-all;
	}
	.scrollTable table td {
		padding: 10px;
		word-wrap:normal;
		word-wrap:break-all;
	}
}


/*	ボタン 指定
 ------------------------------------------------------------------ */
.pageBtnWrap {
	margin-top:20px;
}

/*ボタン 包括-----------------------------*/
.pageBtnWrap {
	margin-top:10px;
}

.pageBtnWrap .normalBtn {
	width: 80%;
	margin: 0 auto;
	display: block;
	clear: both;
}

.pageBtnWrap .normalBtn a {
	background-color: #6fccc7;
	background-image: url(../img/parts/ic_btn_arrow.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #FFF;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 1.8rem;
	display: block;
}

.pageBtnWrap .normalBtn a:hover {
	color: #FFF;
	background-color: #6fccc7;
}


@media screen and (max-width: 641px) {
	.pageBtnWrap .normalBtn {
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	}
	.pageBtnWrap .normalBtn a {
		padding: 10px 20px 10px 20px;
	}
}


/* -----------------------------------------------
 引用文
----------------------------------------------- */

/* 
----------------------------- */

.wrapQuote {
	padding: 20px;
	box-sizing: border-box;
	border-left: 5px solid #e1e1e1;
	background-color: #f2f2f2;
}