@media screen and (min-width: 640px){
* {
  margin: 0;
  padding: 0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  font-size: 100%;
}

.clear {
  clear: both;
}

img {
  vertical-align: bottom;
  border: none;
}

address {
  font-style: normal;
}

body {
  font-size: 75%;
  line-height: normal;
  color: #333333;
  background-color: #FFFFFF;
}

#wrap {
  text-align: center;
  margin: 0px auto 0px auto;
  /*padding: 0px 0px 10px 0px;*/
}

#header {
  width: 100%;
  background:#ffffff url(img/header_back.gif) repeat-x top;
  padding: 0px 0px 15px 0px;
}

#header #menu {
  width: 100%;
  height: 139px;
  background:url(img/header_mb.gif) no-repeat center top;
  padding: 0px;
}

#header #menu #menu_sp {
	display:none;
}

#header #menu #menu2 {
  width: 960px;
  height: 139px;
  background:url(img/header_mb.gif) no-repeat center top;
  padding: 0px;
  margin: 0px auto 0px auto;
}

#header #menu #menu2 #top{
  color:#FFFFFF;
  height:20px;
  text-align: right;
  margin: 0px auto 0px auto;
  width: 960px;
  padding: 10px 20px 0px 0px;
}

#header #menu #menu2 a{
  color:#FFFFFF;
  text-decoration:none;
}

#header #menu #menu2 a:hover{
  color:#FFFFFF;
  text-decoration: underline;
}

#header #menu #menu2 #button {
  text-align: center;
  margin: 0px auto 0px auto; 
  width: 960px;
  padding: 0px;
}

#header #menu #menu2 #button li {
  float: left;
  height: 92px;
  list-style-type: none;
  padding-top: 16px
  /*padding: 16px 4px 0px 3px;*/
}

#header #menu #menu2 #tel_fax{
  padding: 5px 0px 0px 99px;
  float: left;
}

#header #slider {
  width: 100%;
  height: 250px;
  background:url(img/header_sb.gif) repeat-x top;
  padding: 0px;
}

#header #slider_sp {
	display:none;
}

#main_box {
	text-align: center;
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}

#left_box {
  width: 723px;
  padding: 0px;
  margin-right: 7px; 
  float: left;
}

#left_box #news_title {
  width: 703px;
  padding: 0px;
  margin-bottom: 5px;
}

#left_box #news_box {
	width: 703px;
/*	height: 150px;*/
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
	overflow:auto;
}

#left_box #news_box .white_d{
	width: 110px;
	background-color:#FFFFFF;
	border-bottom:1px  dotted #666666;
	padding: 4px 15px 3px 5px;
	font-weight:bold;
	text-align: left;
}

#left_box #news_box .gray_d{
	width: 110px;
	background-color:#EEEEEE;
	border-bottom:1px  dotted #666666;
	padding: 4px 15px 3px 5px;
	font-weight:bold;
	text-align: left;
}

#left_box #news_box .white{
	background-color:#FFFFFF;
	border-bottom:1px  dotted #666666;
	padding: 4px 15px 3px 5px;
	text-align: left;
}

#left_box #news_box .gray{
	background-color:#EEEEEE;
	border-bottom:1px  dotted #666666;
	padding: 4px 15px 3px 5px;
	text-align: left;
}

#left_box #news_box a{
  text-decoration:none;
}

#left_box #news_box a:hover{
  text-decoration: underline;
}

#left_box .left_box_contents{
  width: 340px;
  padding: 0px;
  margin-right: 21px;
  /margin-right: 14px;
  float: left;
}

#left_box .left_box_contents .link_list{
  width: 332px;
  /*height: 61px;*/
  text-align:left;
  display:table-cell;
  vertical-align:bottom;
  line-height:180%;
  border:4px solid #F96566;
  background-image: url(img/dotto_back.gif);
  padding: 3px 3px 3px 120px;
  /width: 219px;
  /padding-left: 110px;
}

#left_box .left_box_contents .link_list ul#m50{
  margin-left:50px;
}

#left_box .left_box_contents .link_list .each{
  display: table;
  height: 25px;
}

#left_box .left_box_contents .link_list li{
  list-style: none none inside;
  padding:2px 0 0 18px;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  /list-style: url(img/arrow.gif) none inside;
  /background-image: none;
}

#left_box .left_box_contents .link_list li.hidden{
  visibility: hidden;
}

#left_box .left_box_contents .link_list a{
  color:#003399;
  font-size:120%;
  font-weight: 900;
  text-decoration:none;
}

#left_box .left_box_contents .link_list a:hover{
  text-decoration: underline;
}
}