@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.impact8  {background:#a90a0a; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}




/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 30px;
	padding: 0px;
	min-width: 1000px;
	
  
	
	
	-webkit-text-size-adjust:none;
	/* アンドロイドの文字崩れを防ぐ　PCの見た目と同じ文字サイズになる
	　　アンドロイドの自動文字サイズ調整をオフにするコマンド
---*/
	
  text-align:center;
  font-size:35px;
  font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000;
}




.head1 { background: url("../images/top.jpg") no-repeat top center; height:    1060px; }
/*.head1 { background: url("../images/header_01.png") no-repeat top center; height:    200px; } 
.head2 { background: url("../images/header_02.png") no-repeat top center; height:    200px; } 
.head3 { background: url("../images/header_03.png") no-repeat top center; height:    200px; } 
.head4 { background: url("../images/header_04.png") no-repeat top center; height:    200px; } 
.head5 { background: url("../images/header_05.png") no-repeat top center; height:    300px; }*/

.mokuji1 { background: url("../images/mokuji1.png") no-repeat top center; height:    900px; } 
.mokuji2 { background: url("../images/mokuji2.png") no-repeat top center; height:    955px; } 
.mokuji3 { background: url("../images/mokuji3.png") no-repeat top center; height:    955px; } 

.prof1 { background: url("../images/prof_ue.png") no-repeat top center; height:    440px; } 
.prof2 { background: url("../images/prof_sita.png") no-repeat top center; height:    100px; } 

.head10 { background: url("../images/header_10.png") no-repeat top center; height:    px; } 

.head11 { background: url("../images/header_01.png") no-repeat top center; height:    px; } 
.head12 { background: url("../images/header_02.png") no-repeat top center; height:    px; } 
.head13 { background: url("../images/header_03.png") no-repeat top center; height:    px; } 
.head14 { background: url("../images/header_04.png") no-repeat top center; height:    px; } 
.head15 { background: url("../images/header_05.png") no-repeat top center; height:    px; } 
.head16 { background: url("../images/header_06.png") no-repeat top center; height:    px; } 
.head17 { background: url("../images/header_07.png") no-repeat top center; height:    px; } 
.head18 { background: url("../images/header_08.png") no-repeat top center; height:    px; } 
.head19 { background: url("../images/header_09.png") no-repeat top center; height:    px; } 
.head20 { background: url("../images/header_10.png") no-repeat top center; height:    px; } 

.form { background: url("../images/form.png") no-repeat top center; height:    px; } 
.box3{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
    background: #eff0e0;
    border-bottom: solid 6px #aac5de;
    border-radius: 10px;
}


/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/



.wrap1 {

	background-image: url("../images/bg1.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

.wrap2 {

	background-image: url("../images/bg2.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

.wrap3 {

	background-image: url("../images/prof_naka.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

.container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

.text1 {

	text-align:left;
	width:850px;
	margin:0 auto;
	font-size:45px;
}

.text2 {

	text-align:center;
	width:950px;
	margin:0 auto;
	font-size:39px;
	
}

.text3 {

	text-align:left;
	width:950px;
	margin:0 auto;
	
}

.text4 {

	text-align:center;
	width:950px;
	margin:0 auto;
	font-size:70px;
}

.infobox {
	width:800px;     /* 幅を制限 */
	height: 100px;     /* 高さを制限 */
	text-align:left;     /* 文字を左寄せにする */
	overflow: scroll;  /* スクロールバーを表示 */
	border: #000000 1px solid;    /* 枠線を追加 */
	background-color: #D3D3D3; /* 背景色を追加 */
	font-size:36px;
}

.footer{
	
	
	font-size: 30px;
}



.shiro{
    text-align:left;
    background-color: #FFF;
	width: 830px;
	border: solid 4px #CCC;
	padding-top: 35px;
	margin: 4px auto 70px;
	overflow: hidden;
	display: block;
}
.shiro h3{
	width: 782px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.shiro h4{
	width: 780px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.shiro p{
	width: 780px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
