@media screen and (max-width:640px){
@charset "Shift_JIS";

/* 非表示*/
.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: #000000; /* ヘッダの元の色 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#aaaaab)); /* ヘッダの元の色〜変わる色 */
}

#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: #000000; /* 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: #aaaaab; /* カテゴリの色 */
  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: #E4E4E4 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;
}

}