/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

{
font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,Arial,sans-serif;
}

li{list-style: none;}

a { text-decoration: none; }
a{color: #000000;}
a:hover { color: #ff0000; }
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

img { border-style:none;}

body
{
	max-width: 1200px;
	margin: 0 auto;
	font-size:62.5%;
	line-height: 1.5;
}

p{font-size: 1.6em;}
li{font-size: 1.6em;}

.header
{
	 width: 100%;
	 height: 50px;
	 text-align: center;
	 margin: 0 auto;
	 padding-top: 16px;

}

.header-left img
{
	float: left;
	padding-top: 18px;
	padding-left: 40px;
	width: 180px;
	height: 30px
}

.header-right
{
	color: #808080;
	float: right;
}

#bar
{
	display:none;
}

.header-right li
{
	float: left;
	padding: 8px 32px;
	border-left: 1px solid #dddddd;
}

.main1 img
{
	height: 500px;
	width: 100%;
	margin: 0 auto;
	display: block;
 }

.main2
{
	height: 410px;
	width: 960px;	
	margin: 0 auto;
}

.pickup
{
	height: 340px;
	width: 960px;
	margin: 0 auto;
}

.pickup-tittle {
	letter-spacing: 8px;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
}

.pickup1, .pickup2, .pickup3
{
	float:left;
        width: 304px;
        height: 320px;
        margin: 8px;
        background-color: #FFF1CC;
}

.pickup1 img, .pickup2 img, .pickup3 img
{
	width: 258px;
	height: 174px;
	display: block;
	margin: 0 auto;
}

.pickup1 h2
{
        text-align: center;
        margin-bottom: 5px;
        font-size: 2em;
        margin-top: 16px;
}

.pickup2 h2, .pickup3 h2
{
        text-align: center;
        margin-bottom: 20px;
        font-size: 2em;
        margin-top: 16px;
}

.pickup1 p
{
      margin: 0 auto ;
      padding: 0;
      width: 280px;
}

.pickup2 p, .pickup3 p
{
      margin: 10px 0 15px 10px;
      padding: 0;
      width: 290px;
}

.news
{
	width:960px;
	margin: 0 auto;
}

.what
{
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
}

.news1, .news2
{
	width: 40%;
	border-bottom: 3px solid #FFFFFF;
	background-color:#66FF66;
	padding-top: 8px;
	margin-top: 30px;
	font-weight: bold;
}

.news1 p, .news2 p
{
	margin-left: 24px;
}

.news1 a, .news2 a
{
	text-decoration: underline
}

.twitter-timeline
{
	float: right;
}
	

.concept
{
	height: 320px;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.concept1
{
	float: left;
	width: 960px;
	padding-top: 40px;
}

.concept1 h2
{
	text-align: center;
	font-size: 30px;
}

.concept1 p
{
	padding-left: 80px;
	font-size: 18px;

}

.sentence
{
	padding-left: 80px;
	font-size: 2em;
        font-weight: bold;
}

.concept1 img
{
	height: 240px;
	width 320px;
	float: right;
	padding-right: 40px;
}

#main3
{
	clear: left;
	width: 960px;
	height: 800px;
	margin: 0 auto;
}

#main3 a:hover 
{ 
        color: #000000;
}

.thema
{
        width: 960px;
        clear: left;
        text-align: center;
        height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 3em;
        font-weight: bold;
}

.caution
{
	text-align: center;
}

.caution a
{
        text-decoration: underline
}

.item1, .item2, .item3 ,.item4, .item5, .item6
{
	float: left;
	width: 304px;
	height: 300px;
	margin-left: 12px;
	margin-bottom: 8px;
	border-radius: 20px;
}

.item1, .item5
{
	background-color: #66FF66;
}

.item1:hover, .item5:hover{
	background-color: #99FF99;
}

.item2, .item6
{
	background-color: #FFFF66;
}

.item2:hover, .item6:hover
{
	background-color: #FFFF99;
}

.item3, .item4
{
	background-color: #6699FF;
}

.item3:hover, .item4:hover
{
	background-color: #99CCFF;
}

.item1 h2, .item2 h2, .item3 h2 ,.item4 h2, .item5 h2, .item6 h2
{
	text-align: center;
	font-size: 2.6em;
}

.item1 p, .item2 p, .item3 p ,.item4 p, .item5 p, .item6 p
{
	padding-right: 5px;
	padding-left: 10px;
	font-size: 1.8em;
}

.main4
{
	width: 800px;
	margin: 0 auto;
}


.footer
{
	width: 100%;
	clear: left;
}

.footer li
{
	float: left;
	padding: 8px 32px;
	border-left: 1px solid #F0EBFF;
	background-color: #FFFFFF;
}

.footer p
{
	float: right;
	padding: 2px 32px;
	font-size: 1.2em;
}