@charset "utf-8";
/* ------------------------------
ページ構成
------------------------------ */

body{
	background-image:url("../temp-res/back.png");
	font-size:13px;
	line-height:150%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	color:#333333;
}

a img{
	border:0;
} 

img{
	margin:0;
}

p{
	margin-top:10px;
	margin-bottom:10px;
font-size:120%;
line-height: 150%;
}

a:link{
	color:#0066cc;
	text-decoration:underline;
	font-weight:bold;
}

a:visited{
	color:#0066cc;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#3366cc;
	text-decoration:none;
	font-weight:bold;
}

a:active{
	color:#3366cc;
	text-decoration:none;
	font-weight:bold;
}

.clear{
	clear:both;
}

.clear hr{
	display:none;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.alignleft{
	text-align:left;	
}

.aligncenter{
	text-align:center;	
}

.alignright{
	text-align:right;	
}

.down{
	display:none;
}

.alignright { 
	float: right;
	margin:10px;
}

.alignleft {
	float: left;
	margin:10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

strong { 
	font-weight: bold;
}

em { 
	font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.float_left{
	float:left;	
	margin:10px;
}

.float_right{
	float:right;	
	margin:10px;
}

.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}

/* ------------------------------
ARCHIVE
------------------------------ */

.archive_thumbnail{
	float:left;	
	margin-right:10px;
	margin-bottom:10px;
}

.entry_box_link{
	text-align:right;	
}

/* ------------------------------
PAGE_NAV
------------------------------ */

.page_nav{
	margin-top:40px;
}

.page_nav .prev{
	font-size:90%;
	font-weight:bold;
	float:left;
}

.page_nav .next{
	font-size:90%;
	font-weight:bold;
	float:right;
}

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

装飾用CSS

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

/* モバイルレイアウト : 480 px  */

/* ------------------------------
見出し
------------------------------ */

h4{
	font-size:16px;
	font-weight:bold;
	border: 1px solid #999999;
	padding: 10px;
	margin-top:10px;
	margin-bottom: 14px;
}

h5{
	font-size:14px;	
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:3px double #999999;
	margin-top:10px;
	margin-bottom:10px;
}

h6{
	font-size:12px;	
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
	margin-top:10px;
	margin-bottom:10px;
}

/* ------------------------------
文字カラー
------------------------------ */

.color_black{
	color:#000000;
}

.color_red{
	color:#ff0000;	
}

.color_blue{
	color:#0000ff;
}

.color_yellow{
	color:#ffff00;	
}

.color_green{
	color:#006633;
}

.color_pink{
	color:#ff0066;	
}

.color_purple{
	color:#ff00cc;	
}

.color_gray{
	color:#999999;		
}

.color_orange{
	color:#ff6600;		
}

.color_navy{
	color:#0066cc;	
}

.color_ylwgreen{
	color:#ccff00;	
}

.color_white{
	color:#ffffff;	
}

/* ------------------------------
文字の大きさ
------------------------------ */

.big_font1{
font-size:120%;
line-height: 150%;
}
.big_font2{
font-size:140%;
line-height: 150%;
}
.big_font3{
font-size:180%;
line-height: 150%;
}
.big_font4{
font-size:210%;
margin-top:50px;
margin-bottom:50px;
line-height: 150%;
font-family: serif;
}

.big_font5{
font-size:400%;
margin-top:50px;
margin-bottom:50px;
line-height: 150%;
font-family: serif;
}
.big_font6{
font-size:600%;
margin-top:50px;
margin-bottom:50px;
line-height: 150%;
font-family: serif;
}


.mini_font90{
	font-size:90%;
}
.mini_font80{
	font-size:80%;
}
.mini_font70{
	font-size:70%;
}
.mini_font60{
	font-size:60%;
}
.mini_font50{
	font-size:50%;
}

/* ------------------------------
文字装飾（太字・下線・バックグラウンド・打ち消し線）
------------------------------ */

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

.through{
	text-decoration:line-through;
}


.back_black{
	background-color:#000000;
	padding:2px;
}

.back_red{
	background-color:#ff0000;
	padding:2px;
}

.back_blue{
	background-color:#0000ff;
	padding:2px;
}

.back_yellow{
	background-color:#ffff00;	
	padding:2px;
}

.back_green{
	background-color:#006633;
	padding:2px;
}

.back_pink{
	background-color:#ff0066;	
	padding:2px;
}

.back_purple{
	background-color:#ff00cc;	
	padding:2px;
}

.back_gray{
	background-color:#999999;
	padding:2px;		
}

.back_orange{
	background-color:#ff6600;	
	padding:2px;	
}

.back_navy{
	background-color:#0066cc;	
	padding:2px;
}

.back_ylwgreen{
	background-color:#ccff00;	
	padding:2px;
}

.back_white{
	background-color:#ffffff;	
	padding:2px;
}

.back_whitered{
	background-color:#ffcccc;	
	padding:2px;
}

.back_whiteblue{
	background-color:#ccccff;	
	padding:2px;
}

.back_aqua{
	background-color:#ccffff;	
	padding:2px;
}

.back_whiteyellow{
	background-color:#ffff99;	
	padding:2px;
}

.back_whitepink{
	background-color:#ff66cc;	
	padding:2px;
}


.back_whitegray{
	background-color:#ededed;	
	padding:2px;
}

/* ------------------------------
テーブル
------------------------------ */

.table00{
	margin:10px;	
}

.table01{
	margin:10px;
	width:97%;	
}

.table02{
	margin:10px;
	width:100%;
}

.normal_td{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
}

.normal_th{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
}
.s_td{
	padding:3px;
	border:1px solid #999999;
	text-align:left;
}

.s_th{
	padding:3px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
}
.red_th{
	padding:10px;
	border:1px solid #ff0000;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
}

.red_td{
	padding:10px;
	border:1px solid #ff0000;
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
}

.blue_th{
	padding:10px;
	border:1px solid #0000ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
}

.blue_td{
	padding:10px;
	border:1px solid #0000ff;
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
}

.yellow_th{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
}

.yellow_td{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
}

.gray_th{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
}

.gray_td{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
}

.red_th01{
	padding:10px;
	border:1px solid #F66;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:32.3%;
}

.red_th01r{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:32.3%;
}

.red_td01{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.red_th02{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:48.5%;
}

.red_td02{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.red_th03{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:30%;

}

.red_td03{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:70%;
}

.red_th04{
	padding:10px;
	border:1px solid #F66;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:24.25%;
}

.red_th04r{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:24.25%;
}

.red_td04{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.blue_th01{
	padding:10px;
	border:1px solid #0000ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:32.3%;
}

.blue_th01r{
	padding:10px;
	border:1px solid #0000ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:32.3%;
}

.blue_td01{
	padding:10px;
	border:1px solid #0000ff;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.blue_th02{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:48.5%;
}

.blue_td02{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:48.5%;
}

.blue_th03{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:30%;
}

.blue_td03{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:70%;
}

.blue_th04{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:24.25%;
}

.blue_th04r{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:24.25%;
}

.blue_td04{
	padding:10px;
	border:1px solid #6666ff;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.yellow_th01{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:32.3%;
}

.yellow_th01r{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:32.3%;
}

.yellow_td01{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.yellow_th02{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:48.5%;
}

.yellow_td02{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.yellow_th03{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:30%;
}

.yellow_td03{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:70%;
}

.yellow_th04{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:24.25%;
}

.yellow_th04r{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:24.25%;
}

.yellow_td04{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.gray_th01{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:32.3%;
}

.gray_th01r{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:32.3%;
}

.gray_td01{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.gray_th02{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:48.5%;
}

.gray_td02{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.gray_th03{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:30%;
}

.gray_td03{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:70%;
}

.gray_th04{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:24.25%;
}

.gray_th04r{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:24.25%;
}

.gray_td04{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

/* ------------------------------
文字の位置
------------------------------ */

.font_center{
	text-align:center;
}

.font-left{
	text-align:left;
}

.font-right{
	text-align:right;
}

/* ------------------------------
チェックリスト
------------------------------ */

.cheacklist{
	margin-bottom:10px;	
}

.cheacklist li{
	background-image:url("../temp-res/check.png");
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:1px;
	list-style-type:none;
	padding-bottom:5px;
}

.listarrow{
	margin-bottom:10px;	
}

.listarrow li{
	background-image:url("../temp-res/listarrow.png");
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:1px;
	list-style-type:none;
}

.cheacklist2{
	background-image:url("../temp-res/check.png");
	background-repeat:no-repeat;
	padding-left:25px;
	list-style-type:none;
	padding-bottom:5px;
}

.listarrow2{
	background-image:url("../temp-res/listarrow.png");
	background-repeat:no-repeat;
	padding-left:25px;
	list-style-type:none;
}

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

.listcheck1{
	background-image:url("../temp-res/listcheck1.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listcheck2{
	background-image:url("../temp-res/listcheck2.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listpoint1{
	background-image:url("../temp-res/listpoint1.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listpoint2{
	background-image:url("../temp-res/listpoint2.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

/* ------------------------------
ステップ
------------------------------ */

.checkstep1line{
	background-image:url("../temp-res/step1_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkstep2line{
	background-image:url("../temp-res/step2_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkstep3line{
	background-image:url("../temp-res/step3_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkstep4line{
	background-image:url("../temp-res/step4_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkstep5line{
	background-image:url("../temp-res/step5_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}


.checkstep6line{
	background-image:url("../temp-res/step6_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkstep7line{
	background-image:url("../temp-res/step7_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}


/* ------------------------------
ポイント
------------------------------ */

.checkpoint1line{
	background-image:url("../temp-res/point1_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint2line{
	background-image:url("../temp-res/point2_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint3line{
	background-image:url("../temp-res/point3_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint4line{
	background-image:url("../temp-res/point4_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint5line{
	background-image:url("../temp-res/point5_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}


.checkpoint6line{
	background-image:url("../temp-res/point6_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint7line{
	background-image:url("../temp-res/point7_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint1under{
	background-image:url("../temp-res/point1.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint2under{
	background-image:url("../temp-res/point2.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint3under{
	background-image:url("../temp-res/point3.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint4under{
	background-image:url("../temp-res/point4.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint5under{
	background-image:url("../temp-res/point5.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint6under{
	background-image:url("../temp-res/point6.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

/* ------------------------------
ボックス
------------------------------ */

.box02dot{
	border:2px #ff0000;
border-style:dashed;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;

}
.box01{
	border:1px solid #999999;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box02{
	border:2px solid #ff0000;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box03{
	border:2px solid #0000ff;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box04{
	background-color:#ffcccc;
	padding:10px;
	margin-bottom:10px;
}

.box05{
	background-color:#ccccff;
	padding:10px;
	margin-bottom:10px;
}

.box06{
	background-color:#ffffcc;	
	padding:10px;
	margin-bottom:10px;
}

.box07{
	background-color:#ededed;
	padding:10px;
	margin-bottom:10px;
}

.box08{
	border:1px solid #ff6666;
	background-color:#ffcccc;
	padding:10px;
	margin-bottom:10px;
}

.box09{
	border:1px solid #6666ff;
	background-color:#ccccff;
	padding:10px;
	margin-bottom:10px;
}

.box10{
	border:1px solid #ffcc00;
	background-color:#ffffcc;	
	padding:10px;
	margin-bottom:10px;
}
.box10-2{
	border:1px solid #ffcc00;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box11{
	border:1px solid #666666;
	background-color:#ededed;
	padding:10px;
	margin-bottom:10px;
}

/* デスクトップレイアウト : 769 px ～最大 1232 px モバイルレイアウトとタブレットレイアウトからスタイルを継承 */

@media only screen and (min-width: 769px) {

/* ------------------------------
見出し
------------------------------ */

h4{
	font-size:16px;
	font-weight:bold;
	border: 1px solid #999999;
	padding: 10px;
	margin-top:10px;
	margin-bottom: 14px;
}

h5{
	font-size:14px;	
	font-weight:bold;
	padding-bottom:5px;
	margin-top:10px;
	border-bottom:3px double #999999;
}

h6{
	font-size:12px;	
	font-weight:bold;
	padding-bottom:5px;
	margin-top:10px;
	border-bottom:1px dotted #999999;
}

/* ------------------------------
文字カラー
------------------------------ */

.color_black{
	color:#000000;
}

.color_red{
	color:#ff0000;	
}

.color_blue{
	color:#0000ff;
}

.color_yellow{
	color:#ffff00;	
}

.color_green{
	color:#006633;
}

.color_pink{
	color:#ff0066;	
}

.color_purple{
	color:#ff00cc;	
}

.color_gray{
	color:#999999;		
}

.color_orange{
	color:#ff6600;		
}

.color_navy{
	color:#0066cc;	
}

.color_ylwgreen{
	color:#ccff00;	
}

.color_white{
	color:#ffffff;	
}

/* ------------------------------
文字の大きさ
------------------------------ */

.big_font1{
	font-size:120%;
}

.big_font2{
	font-size:140%;
}

.big_font3{
	font-size:180%;
}

.big_font4{
	font-size:210%;
}

.mini_font{
	font-size:70%;
}

/* ------------------------------
文字装飾（太字・下線・バックグラウンド・打ち消し線）
------------------------------ */

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

.through{
	text-decoration:line-through;
}

.back_black{
	background-color:#000000;
	padding:2px;
}

.back_red{
	background-color:#ff0000;
	padding:2px;
}

.back_blue{
	background-color:#0000ff;
	padding:2px;
}

.back_yellow{
	background-color:#ffff00;	
	padding:2px;
}

.back_green{
	background-color:#006633;
	padding:2px;
}

.back_pink{
	background-color:#ff0066;	
	padding:2px;
}

.back_purple{
	background-color:#ff00cc;	
	padding:2px;
}

.back_gray{
	background-color:#999999;
	padding:2px;		
}

.back_orange{
	background-color:#ff6600;	
	padding:2px;	
}

.back_navy{
	background-color:#0066cc;	
	padding:2px;
}

.back_ylwgreen{
	background-color:#ccff00;	
	padding:2px;
}

.back_white{
	background-color:#ffffff;	
	padding:2px;
}

.back_whitered{
	background-color:#ffcccc;	
	padding:2px;
}

.back_whiteblue{
	background-color:#ccccff;	
	padding:2px;
}

.back_aqua{
	background-color:#ccffff;	
	padding:2px;
}

.back_whiteyellow{
	background-color:#ffff99;	
	padding:2px;
}

.back_whitepink{
	background-color:#ff66cc;	
	padding:2px;
}

.back_whitegray{
	background-color:#ededed;	
	padding:2px;
}

/* ------------------------------
テーブル
------------------------------ */

.table00{
	margin:10px;	
}

.table01{
	margin:10px;
	width:97%;	
}

.table02{
	margin:10px;
	width:100%;
}

.normal_td{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
}

.normal_th{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
}

.s_td{
	padding:0px 3px 0px 3px;
	border:1px solid #999999;
	text-align:left;
}

.s_th{
	padding:0px 3px 0px 3px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
}

.red_th{
	padding:10px;
	border:1px solid #ff0000;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
}

.red_td{
	padding:10px;
	border:1px solid #ff0000;
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
}

.blue_th{
	padding:10px;
	border:1px solid #0000ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
}

.blue_td{
	padding:10px;
	border:1px solid #0000ff;
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
}

.yellow_th{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
}

.yellow_td{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
}

.gray_th{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
}

.gray_td{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
}

.red_th01{
	padding:10px;
	border:1px solid #F66;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:32.3%;
}

.red_th01r{
	margin-right:10px;
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:32.3%;
}

.red_td01{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.red_th02{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:48.5%;
}

.red_td02{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.red_th03{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:30%;
}

.red_td03{
	padding:10px;
	border:1px solid #ff6666;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:70%;
}

.red_th04{
	padding:10px;
	border:1px solid #F66;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:24.25%;
}

.red_th04r{
	margin-right:10px;
	padding:10px;
	border:1px solid #ff6666;
	font-weight:bold;
	text-align:center;
	background-color:#ffcccc;
	width:24.25%;
}

.red_td04{
	padding:10px;
	border:1px solid #ff6666;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.blue_th01{
	padding:10px;
	border:1px solid #0000ff;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:32.3%;
}

.blue_td01{
	padding:10px;
	border:1px solid #0000ff;
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
	width:32.3%;
}

.blue_th02{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:48.5%;
}

.blue_td02{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:48.5%;
}

.blue_th03{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:30%;
}

.blue_td03{
	padding:10px;
	border:1px solid #6666ff;
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	width:70%;
}

.blue_th04{
	padding:10px;
	border:1px solid #6666ff;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:24.25%;
}

.blue_th04r{
	margin-right:10px;
	padding:10px;
	border:1px solid #6666ff;
	font-weight:bold;
	text-align:center;
	background-color:#ccccff;
	width:24.25%;
}

.blue_td04{
	padding:10px;
	border:1px solid #6666ff;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.yellow_th01{
	padding:10px;
	border:1px solid #ffcc00;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:32.3%;
}

.yellow_td01{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.yellow_th02{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:48.5%;
}

.yellow_td02{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.yellow_th03{
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:30%;
}

.yellow_td03{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:70%;
}

.yellow_th04{
	padding:10px;
	border:1px solid #ffcc00;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:24.25%;
}

.yellow_th04r{
	margin-right:10px;
	padding:10px;
	border:1px solid #ffcc00;
	font-weight:bold;
	text-align:center;
	background-color:#ffff99;
	width:24.25%;
}

.yellow_td04{
	padding:10px;
	border:1px solid #ffcc00;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

.gray_th01{
	padding:10px;
	border:1px solid #999999;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:32.3%;
}

.gray_td01{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:32.3%;
}

.gray_th02{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:48.5%;
}

.gray_td02{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:48.5%;
}

.gray_th03{
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:30%;
}

.gray_td03{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:70%;
}

.gray_th04{
	padding:10px;
	border:1px solid #999999;
	border-right:none;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:24.25%;
}

.gray_th04r{
	margin-right:10px;
	padding:10px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
	background-color:#ededed;
	width:24.25%;
}

.gray_td04{
	padding:10px;
	border:1px solid #999999;
	text-align:left;
	background-color:#ffffff;
	font-weight:normal;
	width:24.25%;
}

/* ------------------------------
文字の位置
------------------------------ */

.font_center{
	text-align:center;
}

.font-left{
	text-align:left;
}

.font-right{
	text-align:right;
}

/* ------------------------------
チェックリスト
------------------------------ */

.cheacklist{
	margin-bottom:10px;	
}

.cheacklist li{
	background-image:url("../temp-res/check.png");
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:1px;
	list-style-type:none;
	padding-bottom:5px;
}

.listarrow{
	margin-bottom:10px;	
}

.listarrow li{
	background-image:url("../temp-res/listarrow.png");
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:1px;
	list-style-type:none;
}

.cheacklist2{
	background-image:url("../temp-res/check.png");
	background-repeat:no-repeat;
	padding-left:25px;
	list-style-type:none;
	padding-bottom:5px;
}

.listarrow2{
	background-image:url("../temp-res/listarrow.png");
	background-repeat:no-repeat;
	padding-left:25px;
	list-style-type:none;
}

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

.listcheck1{
	background-image:url("../temp-res/listcheck1.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listcheck2{
	background-image:url("../temp-res/listcheck2.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listpoint1{
	background-image:url("../temp-res/listpoint1.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

.listpoint2{
	background-image:url("../temp-res/listpoint2.png");
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:3px;
}

/* ------------------------------
ポイント
------------------------------ */

.checkpoint1line{
	background-image:url("../temp-res/point1_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint2line{
	background-image:url("../temp-res/point2_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint3line{
	background-image:url("../temp-res/point3_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint4line{
	background-image:url("../temp-res/point4_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint5line{
	background-image:url("../temp-res/point5_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint6line{
	background-image:url("../temp-res/point6_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint7line{
	background-image:url("../temp-res/point7_line.png");
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:60px;
	margin-bottom:10px;
	height:31px;
	font-weight:bold;
}

.checkpoint1under{
	background-image:url("../temp-res/point1.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint2under{
	background-image:url("../temp-res/point2.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint3under{
	background-image:url("../temp-res/point3.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint4under{
	background-image:url("../temp-res/point4.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint5under{
	background-image:url("../temp-res/point5.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

.checkpoint6under{
	background-image:url("../temp-res/point6.png");
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;
}

/* ------------------------------
ボックス
------------------------------ */

.box01{
	border:1px solid #999999;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box02{
	border:2px solid #ff0000;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box03{
	border:2px solid #0000ff;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box04{
	background-color:#ffcccc;
	padding:10px;
	margin-bottom:10px;
}

.box05{
	background-color:#ccccff;
	padding:10px;
	margin-bottom:10px;
}

.box06{
	background-color:#ffffcc;	
	padding:10px;
	margin-bottom:10px;
}

.box07{
	background-color:#ededed;
	padding:10px;
	margin-bottom:10px;
}

.box08{
	border:1px solid #ff6666;
	background-color:#ffcccc;
	padding:10px;
	margin-bottom:10px;
}

.box09{
	border:1px solid #6666ff;
	background-color:#ccccff;
	padding:10px;
	margin-bottom:10px;
}

.box10{
	border:1px solid #ffcc00;
	background-color:#ffffcc;	
	padding:10px;
	margin-bottom:10px;
}
.box10-2{
	border:1px solid #ffcc00;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
}

.box11{
	border:1px solid #666666;
	background-color:#ededed;
	padding:10px;
	margin-bottom:10px;
}
/*Youtube動画*/
#MAIN .main .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#MAIN .main .v-wrap iframe,
#MAIN .main .v-wrap object,
#MAIN .main .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*休診日ピンク背景　単独表示*/
.icon-closed{
	padding: 5px 5px 5px 40px!important;
	background: url(../images/photo/closed.gif) left top no-repeat;
}

/*テーブルタグ 枠線透明*/
.toumei{
border-style: none;
}
.toumei td{
border-style: none;
}
.toumei th{
border-style: none;
}

/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./temp-res/icon-brc.gif) center right no-repeat;
}

/*●定義タグ スタイル02*/
.content  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

.content dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

.content dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*------------------------------------------------------------
16、チェックリスト単独表示
-------------------------------------------------------------*/
.icon-check01-red{
	padding: 5px 0px 0px 30px!important;
	background: url(../images/icon/icon-check01-red.png) left top no-repeat;
}
.icon-check01-red-pritty{
	padding: 5px 0px 0px 30px!important;
	background: url(../images/icon_pritty/icon-check01-red.png) left top no-repeat;
}
.icon-check01-green{
	padding: 5px 0px 0px 30px!important;
	background: url(../images/icon_money/icon-check01-green.png) left top no-repeat;
}
.icon-check{
	padding: 5px 0px 0px 30px!important;
	background: url(../temp-res/check.png) left top no-repeat;
}
.icon-listarrow{
	background-image:url("../temp-res/listarrow.png");
	background-repeat:no-repeat;
	padding: 0px 0px 10px 20px!important;
	list-style-type:none;
}

/*------------------------------------------------------------
16、文字列の前にアイコン
-------------------------------------------------------------*/

.caution1{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check01.png) left top no-repeat;
}

.caution2{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check02.png) left top no-repeat;
}

.caution3{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-point01.png) left top no-repeat;
}

.caution4{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-point02.png) left top no-repeat;
}

.caution5{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon/icon-check03.png) left top no-repeat;
}

.caution6{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon/icon-point03.png) left top no-repeat;
}

.caution7{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check07.png) left top no-repeat;
}

.caution8{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check08.png) left top no-repeat;
}
.caution10{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-check01.png) left top no-repeat;
}

.caution11{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-check02.png) left top no-repeat;
}

.caution12{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-point01.png) left top no-repeat;
}

.caution13{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-point02.png) left top no-repeat;
}

.caution14{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_corp_cool/icon-check03.png) left top no-repeat;
}

.caution15{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_corp_cool/icon-point03.png) left top no-repeat;
}

.caution16{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-check07.png) left top no-repeat;
}

.caution17{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_corp_cool/icon-check08.png) left top no-repeat;
}


.caution20{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-check01.png) left top no-repeat;
}

.caution21{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-check02.png) left top no-repeat;
}

.caution22{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-point01.png) left top no-repeat;
}

.caution23{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-point02.png) left top no-repeat;
}

.caution24{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_money/icon-check03.png) left top no-repeat;
}

.caution25{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_money/icon-point03.png) left top no-repeat;
}

.caution26{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-check07.png) left top no-repeat;
}

.caution27{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_money/icon-check08.png) left top no-repeat;
}


.caution30{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-check01.png) left top no-repeat;
}

.caution31{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-check02.png) left top no-repeat;
}

.caution32{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-point01.png) left top no-repeat;
}

.caution33{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-point02.png) left top no-repeat;
}

.caution34{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_pritty/icon-check03.png) left top no-repeat;
}

.caution35{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon_pritty/icon-point03.png) left top no-repeat;
}

.caution36{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-check07.png) left top no-repeat;
}

.caution37{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon_pritty/icon-check08.png) left top no-repeat;
}


/*初心者マーク*/
.wakaba{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-wakaba.png) left top no-repeat;
}

/*メールアイコン*/
.mail{
	padding: 0 0 0 36px!important;
	background: url(../images/icon/icon-mail.png) left top no-repeat;
}

/*PDFアイコン*/
.pdf{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-pdf.png) left top no-repeat;
}

/*ZIPアイコン*/
.zip{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-zip.png) left top no-repeat;
}

/*RSSアイコン*/
.rss{
	padding: 5px 0 5px 36px!important;
	background: url(../images/icon/icon-rss02.png) left top no-repeat;
}

/*小さいRSSアイコン*/
.rss-mini{
	padding-left: 16px!important;
	background: url(../images/icon/icon-rss-orange.png) left 5px no-repeat;
}

/*後ろにメールアイコン*/
.mail-back{
	padding: 0 34px 0 0!important;
	background: url(../images/icon/icon-mail.png) right top no-repeat;
}

/*後ろにPDFアイコン*/
.pdf-back{
	padding: 10px 34px 10px 0!important;
	background: url(../images/icon/icon-pdf.png) right top no-repeat;
}

/*後ろにZIPアイコン*/
.zip-back{
	padding: 10px 34px 10px 0!important;
	background: url(../images/icon/icon-zip.png) right top no-repeat;
}

/*後ろにRSSアイコン*/
.rss-back{
	padding: 5px 26px 5px 0!important;
	background: url(../images/icon/icon-rss02.png) right top no-repeat;
}
/*------------------------------------------------------------
17、ノートのような線を引く
-------------------------------------------------------------*/

.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}
/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}

/*●定義タグ スタイル01*/
.dl.dl-style01 dd div{ display: inline-block; }

.dl.dl-style01{ border-bottom: 1px solid #999; }
.dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

.dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}

/* ------------------------------
youtube レスポンシブ　style.css　　temp-res_style.css追加
------------------------------ */
.youtube {
  position: relative;
  width: 100% !important;
  padding-top: 56.25% !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*●アクセスマップ style.css　　temp-res_style.css追加*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(../images/icon/icon-access.png) left center no-repeat;
}

div.access{
	padding: 14px 10px;
	background-color: #efefef;
}

/*フロー図*/
.flow-chart{
	margin-left: 0;
}

.flow-chart li{
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 60px;
	background: url(../images/icon/icon-arrow-b-chart.png) center bottom no-repeat;
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.flow-chart li{
			background: url(../images/icon/icon-arrow-b-chart@2x.png) center bottom no-repeat;
			-webkit-background-size: 161px 40px;
			background-size: 161px 40px;
		}

	}

.flow-chart li.end,
.flow-chart li:last-child{
	padding-bottom: 0;
	background: none;
}

.flow-chart .process-box{
	padding: 30px;
	background-color: #a3a3a3;
	color: #fff;
}


.doubleline { /*二重取り消し線*/
background-image:url(../images/doubleLine_black.png);
background-repeat:repeat-x;
background-position: center;
}


/*目次*/
.toc-area{
	position: relative;
	margin: 60px auto;
	border: 3px solid #f0f0f0;
}

.toc-area_inner ol{
	margin: 15px 0 0 5px;
	counter-reset: num;
}

.toc-area_inner .toc-area_list{
	margin-left: 15px;
	padding: 15px;
}

.toc-area_inner .toc-area_list li{
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.4rem;
}

.toc-area_btn_open::before,
.toc-area_btn_close::before{
	display: inline-block;
	font-size: 12px;
}

.toc-area_btn_open::before{
	content: "\e903";
}

.toc-area_btn_close::before{
	content: "\e906";
}

.toc-area_inner .toc-area_list > li::before{
	position: absolute;
	top: 5px;
	left: -7px;
	width: 22px;
	height: 22px;
	margin-right: 1em;
	margin-left: -1em;
	background: #111111;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	counter-increment: num;
	content: counter(num);
}

.toc-area_inner .toc-area_list ol li::before{
	position: absolute;
	left: -7px;
	background: transparent;
	font-size: inherit;
	line-height: inherit;
	counter-increment: num;
	content: counter(num);
}

.toc_title{
	padding: 10px;
	background-color: #f0f0f0;
	color: #5a3f30;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.toc-area_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
/*newアイコン*/
.new {
    padding-left: 30px;
    background: url(../images/icon/icon4newpink.gif) no-repeat left center;
}

/*記事アコーディオンリスト　https://copypet.jp/630/ */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
/*	font-weight: bold;*/
	line-height: 3;
	position: relative;
	display: block;
/*	padding: 0 0 0 1em;*/
	cursor: pointer;
/*	margin: 0 0 1px 0;*/
/*	background: #da3c41;*/
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
/* 	background: #f1c6c6;*/
}
.cp_actab .cp_actab-content p {
/*	margin: 1em;*/
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*↑記事アコーディオンリスト*/
