@charset "utf-8";
/* ------- basic ------------- */
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6em;
	color: #4d4d4d;
	text-decoration: none;
	
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #4d4d4d;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:focus {
	text-decoration: underline;
	color: #666666;
	outline:none;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
hr {
	display: none;
}
/* ------- basic end ------------- */

a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


/* 共通 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}

dl, dt, dd, p, h1 , h2 , h3, h4, ol, li, li {
	padding:0;
	margin:0;	
}

/* main */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	font-size: 12px;
	letter-spacing: 0.1em; 
	line-height: 1.5em;
}

#contents {
	width: 650px;

}
#content2{

	background-color: #e95189;

}
#contents .section {
	width: 630px;
text-align: left;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;

padding: 10px;

}
#contents h3{
	padding-top:10px;
	text-align: center;
}



#contents .section p.last{
	paddin-top: 30px;
	padding-top: 10px;
}



#contents #sec01 .box{
	background-image: url(/report/tgm2013/img/tgm_cont01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 355px;
	margin-bottom: 10px;
}

#contents #sec01 .box .in {
	float: right;
	width: 260px;
	padding-top: 170px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
}


#contents #sec02 .box{
	background-image: url(/report/tgm2013/img/tgm_cont02.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 765px;
	background-color: #FFF;
	vertical-align: bottom;
}


#contents #sec02 .box  .in{

width: 570px;

padding-top: 360px;
padding-bottom: 0;
padding-left: 20px;
}

#contents #sec03 .box{
	background-image: url(/report/tgm2013/img/col1_box3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 764px;
}


#contents #sec03 .box .in{

width: 570px;

padding-top: 500px;
padding-bottom: 0;
padding-left: 20px;
}


#contents #sec04 h4{
	padding-top:10px;
	text-align: center;
}

#contents #sec04 p{
	padding:10px;
	
}






/* =========================================================
 /report/*
========================================================= */

.contentsNews {
  width: 890px;
}
.contentsNews.contentsNews01 {
  width: 850px;
  }
/*
.ctr_maintitle h2 {
  height: auto;
  margin: 0;
  padding-top: 0;
  width: auto;
}
*/
.ctr_question {
  background: none;
}
.ctr_question .q1,
.ctr_question .q2 {

  position: static;
  float: left;
}
.ctr_question .q1 {
  width: 346px;
  margin-right: 34px;
}
.ctr_question .q2 {
  width: 410px;
}


/* Responsive max-width: 768px
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contentsNews {
    width: auto;
    }

  .ct_reportMain {
    width:auto;
    }
    .ctr_maintitle {
      width:auto;
      height:auto;
      }
      .ctr_maintitle h2,
      .ctr_maintitle .ctr_titletext,
      .ctr_contents,
      .ctr_contentsArea,
      .ctr_question,
      .ctr_question .question_title,
      .ctr_question .q1,
      .ctr_question .a1,
      .ctr_question .q2,
      .ctr_question .a2,
      .ctr_contentsArea h3,
      .ctr_bloglinkLeft,
      .ctr_linkArea,
      .ctr_linkLeft,
      .ctr_bloglinkArea
       {
        width:auto;
        height:auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        }
      .ctr_bloglinkArea {
        margin-left: 3%;
        margin-right: 3%;
        }
      .ctr_contentsArea {
        margin-left: 0;
        }
        .ctr_question {
          background-image: none;
          }
        .ctr_question .question_title {
          position:static;
          top: auto;
          left: auto;
          }
        .ctr_question .q1,
        .ctr_question .a1,
        .ctr_question .q2,
        .ctr_question .a2 {
          position:static;
          top:auto;
          left:auto;
          }
  .ctr_linkArea {
    background-repeat: repeat;
    padding: 20px 10px 10px;
  }
  .ctr_linkLeft {
    width: 221px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .ctr_contents,
  .ctr_maintitle {
    background: none;
  }
}