@charset "utf-8";
/*====Menu all====*/
.word_head_menu{
	/* width: 1060px; */
	margin:auto;
	min-width:1060px;
	background: #F2D16D;
	padding: 8px 0px;
	/* padding-top: 0; */
}
.word_head_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.word_head_menu ul li{
	display:inline-block;
}
.word_head_menu ul li a{
	padding: 11px 68px;
	margin:0px 2px;
	color: #FFFFFF;
	display:block;
	background: #C99940;
	text-decoration:none;
	border-radius: 10px 10px 0 0;
	/* border-left: 2px double #F2D16D; */
	border-bottom: 2px double  #F8F9E1;
	/* border-top: 1px solid #FBC0E8; */
}
.word_head_menu ul li a:hover{
	background: #9EAA0E;
	text-decoration:none;
	color:#fff;
}

.foot ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot ul li{
	display:inline-block;
	position: relative;
}
.foot ul li a{
	display:block;
	padding:10px 10px;
	margin: 2px 5px;
}
.foot ul li:before{
	position:absolute;
	content:"◆";
	left: 0px;
	top: 11px;
	color: #FFFFFF;
}
@media screen and (max-width:480px){
.word_head_menu{
	width:100%;
	min-width:100%;
}
.word_head_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.word_head_menu ul li{
	width:100%;
	display:block;
}
.word_head_menu ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
}

.foot ul{
	display:block;
}
.foot ul li{
	display:block;
}
.foot ul li:before{
	position:absolute;
	content:"";
	
}
}
/*====End Menu all====*/
body{
	font-size: 13px;
	/* background: #93B362; */
	background-color: #79691E;
	background-image: url("http://www.transparenttextures.com/patterns/cubes.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/* background-color: #525211; */
	/* background-image: url("http://www.transparenttextures.com/patterns/brick-wall.png"); */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/* background: url(http://www.free-patterns.info/wp-content/uploads/2014/09/peach-scratchy-carbon-302118.png) repeat 0 0; */
	font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;
}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
h2{
    background-color: #C99940;
    padding: 10px;
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 10px;
    position:relative;
    padding-left: 65px;
    border-top: 6px double #F2D16D;
}
h2:before{
    content:"";
    width: 26px;
    height: 47px;
    background-color: #F2D16D;
    position:absolute;
    top:0;
    left: 0;
    margin-left: 27px;
    margin-top: -4px;
}
h2:after{
    content:"";
    width:15px;
    height:15px;
    background-color: #FFBE0D;
    position:absolute;
    left: 0;
    top:0;
    margin-top:-10px;
    margin-left: 21px;
    border-radius:50%;
    z-index:-1;
}
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #f00;
}
a:hover{
	text-decoration: underline;
	/* color: #92A468; */
}

.word_head{
	width:100%;
	background: rgb(242, 209, 109);
	min-width:1060px;
}
.word_head_logo{
	width: 1060px;
	margin:0 auto;
	min-width:1060px;
}
.word_head_logo img{
	width:100%;
	margin:auto;
	margin-top: 8px;
	margin-bottom: 4px;
	/* box-shadow: 0px 0px 0px 2px #BBE183; */
}
.word_head_h1{
	/* width: 1060px; */
	margin:auto;
	min-width:1060px;
	background: #C99940;
	margin-bottom: 0px;
	/* border-bottom: 4px double #F7BAF0; */
}
.word_head_h1 h1{
	padding-bottom: 12px;
	padding-top: 12px;
	font-size:25px;
	text-align:center;
}
.word_head_h1 h1 a{
	text-decoration:none;
	color: #FFFFFF;
	font-size: 22px;
}
.word_head_h1 h1 a:hover{
	text-decoration: underline;
}
.all_wrapper{
	width:100%;
	margin:0;
	padding:0;
	min-width:1060px;
	/* margin-top: 15px; */
}
.main{
	width:1060px;
	margin:auto;
	margin-top: 10px;
	background: #FFFFFF;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-top: 10px;
	/* box-shadow: 0px 0px 0px 3px #BBE183; */
}
.syntax_frame_full{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}
.syntax_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.test_block1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block1 img{
	width: 30%;
	float: left;
	margin:10px;
	margin-bottom: 0;
}
.read_more a{
	padding: 4px 18px;
	margin:5px;
	float: right;
	color: #FFFFFF;
	text-decoration:none;
	background: #C99940;
	margin-right: 0;
	/* border-left: 2px double #5CA2DE; */
	border-radius: 10px 10px 0 0;
	/* box-shadow: 0px 0px 5px #1C1C1C inset; */
	border-bottom: 2px double  #F2D16D;
}
.read_more a:hover{
	text-decoration:none;
	background: #9EAA0E;
	color:#fff;
}
.syntax_frame_2{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	
}
.syntax_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block2{
	float:left;
	margin-right: 19px;
	width: 49%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.test_block2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block2 img{
	width:100%;
	margin-bottom:5px;
}
.test_block2:first-child{
	margin-left:0px;
	/* box-shadow: 0 0 0; */
}
.test_block2:nth-child(2){
	margin-right:0px;
	/* box-shadow: 0 0 0; */
}
.test_block2:nth-child(4){
	margin-right:0px;
}
.syntax_frame_3{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	
}
.syntax_frame_3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block3{
	float:left;
	margin-right: 19px;
	width: 32%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.test_block3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.test_block3 img{
	width:100%;
	margin-bottom:5px;
}
.test_block3:first-child{
	margin-left:0px;
}
.test_block3:nth-child(3){
	margin-right:0px;
}
.test_block3:nth-child(5){

	margin-right:0px;
}
.begin_cont{
	/* margin-bottom: 15px; */
	padding-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 0px 1px #C99940;
}
.begin_cont img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
}
.link_connector{
	margin-bottom:15px;
	padding-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	background: #fff;
	box-shadow: 0px 0px 1px #C99940;
}
.link_connector ul{
	list-style-type:none;
}
.link_connector ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 1060px;
	background: #C99940;
	margin:auto;
	text-align:center;
	/* border-top: 2px solid #E3ECC3; */
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1060px;
}
.footer a{
	text-decoration:none;
	color: #FFFFFF;
}
.footer a:hover{
	text-decoration:underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub{
	margin-top:10px;
	width:1060px;
	padding-bottom:10px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	/* box-shadow:0px 0px 1px #000; */
}
.sub img{
	width:45%;
	margin:10px;
	margin-top: 20px;
	float: left;
	margin-bottom: 0;
}
.place_bg{
	background: #FFF;
	box-shadow: 0px 0px 1px #C99940;
}
@media screen and (max-width:480px){
.word_head{
	width:100%;
	min-width:100%;
}
.word_head_logo
{
	width:100%;
	min-width:100%;
}
.word_head_h1{
	width:100%;
	min-width:100%;
}
.word_head_h1 h1{
	font-size:14px;
}
.all_wrapper{
	width:100%;
	min-width:100%;
}
.main
{
	width:100%;
	border:0;
	margin:0;
	/* box-shadow: 0 0 0; */
	margin-top:10px;
}
.syntax_frame_full{
	margin:0;
}
.syntax_frame_2{
	margin:0;
}
.syntax_frame_3{
	margin:0;
}
.test_block1{
	width:100%;
	border:0;
	box-shadow: 0px  0px  0px;
	margin: 0;
}
.test_block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.test_block2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
}
.test_block2 img{
	width:100%;
	margin:0px;
}
.test_block3{
	width:100%;
	margin-right: 0;
	border:0;
	margin: 0;
}
.test_block3 img{
	width:100%;
	margin:0px;
}
.begin_cont{
	margin:0;
	/* box-shadow: 0 0 0; */
}
.begin_cont img{
	width:100%;
	float:none;
	margin:0px;
}
.link_connector{
	width:100%;
	margin:0;
	/* box-shadow: 0 0 1px; */
}
.footer{
	width:100%;
	min-width:100%;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}
.place_bg{
	background: #FFF;
	border:0;
	/* box-shadow:0px 0px; */
}
}