@media screen and (max-width: 640px){
img{
	max-width: 100%;
	height: auto;
}
#container{
	width:100%;
}
div {
	margin-left : auto;
	margin-right : auto;
}
body{
	font-size: 86%;
	line-height:1.5em;
	font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.toplogo {
	text-align:center;
}
#menu-list{
	display: none;
}
.btn  {
	font-family: FontAwesome;
	content: "\f0c9";
}
.menu-btn {
	font-size: 1.6em;
	color: navy;
	text-align: center;
	border:2px solid navy;
	border-radius:10px;
	margin:4px;
	padding:4px;
}
h1 {
	font-size: 1.0em;
	background-color:#ccffff;
}
h2 {
	font-size: 1.2em;
	text-align:center;
}
.title2 {
	text-align:center;
}
.contents {
	text-align:center;
    width:90%;
}
.box_catch{
	text-align:left;
	border-style:solid;
	border-width:1px;
    border-color:#a0b7c4;
	background-image: url(image/corner.gif);
	background-repeat: no-repeat;
	letter-spacing:0em;
	background-color :#fff;
	margin :0px 1px 0px 1px;
}
.contents .box_catch ul {
	padding: 0px;
	margin: 4px; 
	list-style-type: none;
}
.box3{
	text-align:left;
	font-size: 90%;
	border-style:solid;
	border-width:1px;
    border-color:#a0b7c4;
	background-image: url(image/corner.gif);
	background-repeat: no-repeat;
	letter-spacing:0em;
	background-color :#fff;
	margin :0px 1px 0px 1px;
}
.box3 img{
	float:right;
}
.contents .box3 ul {
	padding: 0px;
	margin: 4px; 
	list-style-type: none;
}
.box-sotsugyo {
	background-color: #ccffff;
	text-align:left;
}
.box-sotsugyo ul {
	padding: 0px;
	margin: 4px; 
	list-style-type: none;
}
.list-mark {
	text-indent:0em;
	text-align:left;
	list-style-position : inside;
	list-style-type : disc;
	padding-left : 10px;
	color: red;
}
.txtcl {
	color: #000;
}
.bottom {
	display:none; 
}
.titlebar {
	display:none; 
}
.dimension{
	margin:14px;
  	border:1px solid blue;
	border-radius:10px;
	background-color:navy;
	width:90%;
}
.menu_div{ /*画像で作られたメニューボディーの中にテキスト全部が収まる範囲（"column"）との関係（マージンや余白）を設定する*/
  padding : 10px 0 0 0;
  margin : 0 5px 0 5px;
}
.column { /*この中にリストを収める*/
}
.column .titlebar {   /*タイトルの設定*/
  font-family : "trebuchet MS";
  color: white; 
  padding : 8px 0 8px 0;  /*上下余白4px空ける*/
  font-weight: bold; 
  background-color : #97b2d9; 
  border-bottom: black 1px solid;     /*ボトムにラインを引く*/
  text-indent: 4px; /*タイトルはセンターポジションにする*/
}
.column .blocklook em {   /*サブタイトルの設定*/
  display: block;       /*ブロックにする*/
  font-family : "trebuchet MS";
  padding-left: 5px;    /*左余白5px空ける*/
  background-color : #000080; 
  border-bottom: black 1px solid;
  color : white;
  font-weight: bold;            
}
.column .blocklook ul {   /*リストメニュー*/
  padding: 0px;          /*余白マージン0*/
  margin: 0px; 
  list-style-type: none;
}
.column .blocklook li {   /*リストメニュー*/
  list-style-type: none;
}
.column .blocklook li a {
  display: block;       /*ブロックにする*/
  padding-top: 10px;     /*上下に3px余白 */
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 14px;   /*左14pxの余白  */
  font-weight: bold;            
  border-left: navy 6px solid;   /*ネイビーカラー*/
  width: auto;
  border-bottom: gray 1px solid; 
  text-decoration: none;
  background-color: skyblue;
}
.column .blocklook ul.alttheme li a {
  border-left: gray 6px solid;
}
.column .blocklook li a:hover {
  border-left-color: #ffcc00; 
  color: white; 
  background-color: red;
}
.column .blocklook ul.alttheme {
	display:none; 
}
.c-both {
	clear:both; 
}
#footer {
	background-color:navy;
	text-align:center;
	color:white;
}
.copyright {
	font-family : sans-serif;
}
}
