@charset "UTF-8";
/* CSS Document */

@media screen and ( min-width:769px )
{
	
	h2 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#03842A;
}
	
	h3 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color: #131ECA;
}

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}
	
#head_1{
	background-color: #2F4F4F;
	margin: 0 auto;
	width: 100%;
	height: 100
}

#head_2{
	background-color: #2F4F4F;
	margin: 0 auto;
	width: 965px;
	text-align: center;
	
}
	
	#4182a{
		width: 50%;
		float: left;
	}
	
	#4182b{
		width: 50%;
		float: left;
	}
	
	
	
ul.list_1 {
    display:table;
    table-layout:fixed;
    width:100%;
    padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	font-size: 0;
	margin:0 auto;
}


ul.list_1 li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	font-size: 15px;
	line-height:20px;
}


ul li, ol li {
  color: black;
  border-left: solid 1px #E6E6FA;/*左側の線*/
  border-bottom: solid 5px #E6E6FA;
  background-color:#2F4F4F;/*背景色*/
  margin-bottom:3px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
}


ul.list_1 li a {
    display:block;
    text-decoration:none;
    color:whitesmoke;
}

#main_body{
	width: 965px;
	margin: 0 auto;		
}

#left_side1{
	width: 300px;
	float: left;
}
	
	#left_side1 img{
		width: 100%;
	}

#right_main1{
	width: 650px;
	float: right;
}
	
	#right_main1 img{
		width: 100%;
	}

#footer{
	clear: both;
	height: 30px;
}

#sita1{
	background-color: #2F4F4F;
	margin: 0 auto;
	width: 100%;
}

#sita2{
	background-color: #2F4F4F;
	margin: 0 auto;
	width: 965px;
	text-align: center;
}

input[type="submit"] {
    background-color: green;
    color: white;
	font-size: 20px;
	width: 150px;
	border-radius: 10px ;
}

input[type="reset"] {
    background-color: red;
    color: white;
	font-size: 20px;
	width: 150px;
	border-radius: 10px ;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc{ 
	display: block !important; 
}

.sp{ 
	display: none !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	
}