@media screen and (max-width:640px){
@charset "Shift_JIS";

/* 丸オレンジ・OL　*/ 
.maru-orange ol{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
.maru-orange ol li{
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 29px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.maru-orange ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.maru-orange ol li:hover{
  border-bottom-color: #F6A38B;
}


/* 手書き風・OL */ 
.tegaki ol{
  counter-reset:list;
  list-style-type:none;
  position:relative;
  font: 14px/1.6 'Mv Boli', 'arial narrow', sans-serif;
  padding: 1.2em;
  background:#F2EFE7;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
/* 幅の設定もしやるなら width:85%;　*/ 
}
.tegaki ol:after{
  content:"";  /* ここに文字を入れらる！右下の文字 */
  position: absolute;
  bottom: 8px;
  right: 1.2em;
  font-size:12px;
  color:#bbb;
}
.tegaki ol li{
  position:relative;
  padding: 7px 5px 7px 50px;
  margin: 7px 0 10px 0px;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #ccc;
  color:#333;
}
.tegaki ol li:first-child{
  margin-top:0;
}
.tegaki ol li:last-child{
  margin-bottom:20px;
}
.tegaki ol li:before{
  counter-increment: list;
  content: counter(list) ",";
  position: absolute;
  left: 15px;
  font-size:1.2em;
   top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ポイント・ULブルー　*/ 
.point-blue ul{
  position: relative;
  padding: 15px 15px 15px 30px;
  font: 16px/1.6 'arial narrow', sans-serif;
  border: solid 2px #adcce8;
  border-radius:8px;
  color: #448ccb;
/* 幅の設定もしやるなら width:85%;　*/ 
  background: #fff;
}
.point-blue ul:before{
  content: "POINT";  /* 好きな文字を記述 */
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.point-blue ul li{
  font-weight: bold;
}


/* シンプル・UL（数字が入る） 　*/ 
.simple ul{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
.simple ul li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #ccc;
}
.simple ul li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* ブルー枠・UL 　*/ 
.waku-blue ul{
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px 10px 20px;
  color: #448ccb;
  background: #ecf3fa;
  border: solid 2px #adcce8;
  border-radius: 5px;
  list-style: none;
}
.waku-blue ul li{
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: dashed 1px #448ccb;
}
.waku-blue ul li:before{
  content: "・";
  position: absolute;
  left: 0px;
}

/* 非表示*/
.display-none{
 display:none;
}

/* パンくず*/
#pankuzu {
  font-size: 12px;
  color: #999;
  margin: -8px 0 4px 0;
  padding: 0;
}

/* キャッチコピー大*/
.catchcopy1{
font-size : 17px;
text-align : center;
font-weight : bold;
line-height : 30px;
color : red;
padding-top : 6px;
padding-bottom : 6px;"
}

/* キャッチコピー小*/
.catchcopy2{
font-size : 17px;
text-align : center;
font-weight : bold;
line-height : 30px;
color : red;
padding-top : 6px;
padding-bottom : 6px;"
}

/* キャッチコピー個別用*/
.catchcopy3{
font-size : 17px;
text-align : center;
font-weight : bold;
line-height : 30px;
color : red;
padding-top : 6px;
padding-bottom : 6px;"
}



/* liとolタグ行間*/ 
ul li, ol li {
  padding-top:10px;
  padding-bottom:10px;
}


/* リスト左寄せ*/ 
ul.list1-1 {
margin: 4px 0 0 28px;
padding: 0px;
}

/* リスト左寄せ点を消す*/ 
ul.list1-2 {
list-style: none;
margin: 4px 0 0 38px;
padding: 0px;
}

/* チェックマーク */ 

.checkmark001{
	padding-left:28px;
	position:relative;
        font-weight:bold;  
  margin: 0 0 18px -35px;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}

/* 赤下線 */
.akasen {
background: linear-gradient(transparent 85%, red 100%); font-weight: bold;
line-height: 2
}


/* 黄色マーキー */
.kiirosen {
background:linear-gradient(transparent 70%, #FFFF00 0%);
font-weight:bold;  
line-height: 2
}



body {
  font-family: "メイリオ", sans-serif;
  font-size: 14px;
}

#contents {
  text-align: left;
  font-size: 15px;
  line-height : 23px;
}

#container {

  margin: 0 auto;
  clear: left;
  padding: 20px 10px 0 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* 左右上下の表示スマホ用 */
    .leftTop{

text-align : center;
margin-bottom : 12px;

    }



table{
width:100%;
}

table, tbody, thead, tfoot, tr, th, td {
    display: block;
}

img {
max-width: 100%;
height: auto;
}

#header{
line-height:20px;
 	background-color: #c60000; /* ヘッダの元の色 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c60000), to(#ff0909)); /* ヘッダの元の色〜変わる色 */
}

#headerTitle {
  margin:0;
  padding: 32px 20px 32px 12px;
  font-weight: bold;
  font-size: 22px;
  line-height : 30px;
  color : #ffffff;
}


#headerTitle a{
	color: #ffffff;
	text-decoration:none;
}
#headerTitle a:hover{
	color: #ffffff;
	text-decoration:underline;
}



#headerText {
font-size: 85%;
line-height : 150%;
background-color: #FFFFFF;
padding: 10px;
border: 1px solid #cccccc;
margin: 0;
}


.title_conts {
  font-weight:normal;
  background: #c60000; /* h2の背景色 */
  margin: 0 0 4px 0;
  padding: 15px 0 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  color: #FFF;/* h2文字の色 */
}



.title_cap {
  background: url(../img/h3.gif) no-repeat left 4px;
  padding: 4px 0 0px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  min-height: 20px;
}
.title_01 {
  background: url(../img/h4.gif) left top no-repeat;
  padding: 1px 0 0 24px;
  font-size: 15px;
  min-height: 0px;
  font-weight:normal;
  margin: 0;
}
.title_02 {
  background: #FDEFC4 url(../img/chek.gif) no-repeat left 2px;
  font-weight: bold;
  font-size:14px;
  padding: 4px 24px;
  margin: 0;
}

/* サイドバーエリア */

#sidebar {
  width: 100%;
  text-align: left;
  float: left;
}
#sidebar ul {
  padding: 0;
  list-style: outside none none;
  display: block;
  margin: 0 0 20px 0;
}
#sidebar li {
  padding: 0;
  margin: 0 0 8px 0;
}

#sidebar .title {
  background: #ff0909; /* カテゴリの色 */
  padding: 4px 8px 4px 22px;
  font-weight: bold;
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 220%;
}
#sidebar .title a { text-decoration: none; }
#sidebar .title a:hover {
  color: #CC0033;
  text-decoration: underline;
}
#sidebar ul a {
  display: block;

  font-size: 15px;
}
.menuA a { color: #333; }
.menuA ul a {
  background: #ffc8c8 url(../img/menuA_icon.gif) no-repeat 5px 6px;
  padding: 5px 4px 4px 24px;
  color: #333;
}
.menuA ul a:hover { 
  background: #FFF url(../img/menuA_icon_over.gif) no-repeat 5px 6px;
  padding: 5px 4px 4px 24px;
  color: #CC0033;
}
.menuB a { color: #333; }
.menuB ul a {
  background: #CECECE url(../img/menuB_icon.gif) no-repeat 4px 8px;
  padding: 4px 4px 4px 16px;
}
.menuB ul a:hover { background-color: #6BC0AF; }
.menuC a { color: #333; }
.menuC ul a {
  background: url(../img/menuC_icon.gif) no-repeat 0 9px;
  padding: 4px 0 4px 14px;
  color: #333;
  margin-left: 8px;
}
.menuC ul a:hover { color: #CC0033; }


/* カテゴリページ */

.relation {
  margin: 0 14px 12px 14px;
  list-style: none;
}
.relation .title {
  background: url(../img/menuC_icon.gif) no-repeat 0px 7px;
  font-weight: bold;
  padding: 0 0 0 14px;
  margin: 0;
  font-size: 12px;
}
.relation .title a { color: #996600; }
.relation .title a:hover {
  color: #72B6F3;
  text-decoration: none;
}
.relation .text {
  font-size: 12px;
  line-height: 130%;
  color: #666;
  margin: 0 0 0 14px;
}
.relation .text a { color: #0000FF; }
.relation .text a:hover { color: #0033FF; }

/* サイトマップ用 */

.sitemap {
  margin: 0 0 16px 0;
  list-style: outside none none;
  padding: 0;
}
.sitemap .title {
  font-weight: bold;
  color: #333;
  padding: 4px 8px 4px 16px;
  margin: 0 0 6px 0;
  background-color: #EEE;
}
.sitemap .title a { color: #333; }
.sitemap .title a:hover {
  color: #CC0033;
  text-decoration: none;
}
.sitemap .text { margin: 0 0 4px 16px; }
.sitemap .text a { color: #09F; }
.sitemap .text a:hover {
  color: #CC0033;
  text-decoration: none;
}

}