@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.content1{
    margin-bottom: 50px;
}
.content1 hr{
    background-color: #0070B2;
}
.twoBlock > div{
    display: inline-block;
    vertical-align: top;
}
.twoBlock .imageBox{
    width: 100%;
    margin-right: 0;
}
.twoBlock .imageBox img{
    width: 100%;
}
.twoBlock .textBox{
    width: 100% ;
}
.twoBlock .textBox p{
    margin: 0;
}
.twoBlock1 > div{
    display: inline-block;
    vertical-align: top;
    width: 100% ;
    margin-right: 0;
}
.twoBlock1 dl{
	font-size:15px;
	line-height: 180%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.twoBlock1 dt{
    margin: 0;
}
.twoBlock1 ul{
    padding: 0;
}
.twoBlock3 > div{
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}
.twoBlock3 > div > div{
    display: inline-block;
    vertical-align: top;
}
.twoBlock3 .imageBox{
    float: none;
    width: 100%;
    text-align: center;
}
.twoBlock3 .imageBox img{
    width: 100%;
}
.twoBlock3 .textBox{
    width: 100% ;
    margin-right: 0;
}
.twoBlock3 h3{
    font-size: 26px;
    color: #0071B2;
    margin: 0.25em 0;
}
.twoBlock4 > div{
    margin-bottom: 40px;
}
.twoBlock4 > div > div{
    display: inline-block;
    vertical-align: middle;
}
.twoBlock4 .imageBox{
    width: 100%;
    margin-right: 0;
}
.twoBlock4 .imageBox img{
    width: 100%;
}
.twoBlock4 .textBox{
    width: 100% ;
}
.linkButton{
    display: inline-block;
    background-color: #F1A63A;
    padding: 0.25em 1em;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.linkButton:hover{
    opacity: 0.8;
    color: #000;
}
.linkButton:visited{
    color: #000;
}
.stdLink{
    color: #000;
    text-decoration: none;
}
.stdLink:hover{
    text-decoration: underline;
    color: #000;
}
.stdLink:visited{
    color: #000;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.twoBlock .imageBox{
    width: 230px;
    margin-right: 1%;
}
.twoBlock .textBox{
    width: calc(99% - 230px) ;
}
.twoBlock1 > div{
    width: 48% ;
    margin-right: 2%;
}
.twoBlock3 .imageBox{
    float: right;
    width: 340px;
    text-align: right;
}
.twoBlock3 .textBox{
    width: calc(99% - 340px) ;
    margin-right: 1%;
}
.twoBlock4 .imageBox{
    width: 230px;
    margin-right: 2%;
}
.twoBlock4 .textBox{
    width: calc(98% - 230px) ;
}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
}
