@charset "utf-8";
/* CSS Document */
body{
  font-size: 12px;
  font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 2em;
  color:#222;
  background: #F6EFE9;
}
.header{
  width: 100%;
  min-width:1000px;
  margin:auto;
  overflow: hidden;
  background: #F6EFE9;
}
h1{
  width:1000px;
  margin:auto;
  padding:10px;
  color: #D4813A;
  text-align: center;
}
.together_main_top{
  width:100%;
  min-width: 1000px;
  margin:auto;
  overflow: hidden;
  background: #FFFFFF;
}
.together_box_img{
  width:1000px;
  margin:auto;
  overflow: hidden;
}
*{
  padding:0px;
  margin:0px;
}
.together_top_main{
  width:100%;
  min-width: 1000px;
  overflow: hidden;
  /* background: #4C4E87; */
}
.together_main_menu{
  width:1000px;
  margin:auto;
  padding: 10px 0;
  text-align: center;
}
.together_main_menu ul li{
  display: inline-block;
  line-height: 40px;
  list-style-type: none;
  width: 16%;
}
.together_main_menu ul li a{
	display:block;
	font-weight: bold;
	color: #2F2D2C;
	text-decoration: none;
	/* padding:10px; */
	font-size: 11px;
	/* background: #BF3229; */
	box-shadow: 0 0 3px #222;
	border-left: 20px solid #E19F65;
	border-radius: 20px;
}
.together_main_menu ul li a:hover{
  background: #FFFFFF;
  color: #1154A7;
}
.together_controller{
  width:1000px;
  margin:auto;
}
.together_cont{
  padding:10px;
  float: left;
  background: #F8A7BA;
}
.together_box11{
  box-shadow:  0 0 3px;
  overflow: hidden;
  padding:10px;
  margin-bottom: 10px;
  background: #FFF;
  clear: both;
}
.together11_img1{
  width:34%;
  float: left;
  box-shadow: 0 0 3px;
  padding:5px;
  margin:10px;
  background: #fff;
}
a{
  color: #EC0037;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
p {
  text-align: justify;
  margin:8px;
  padding:0px;
  line-height: 30px;
}
.together_middle{
  padding:10px;
  margin-bottom: 10px;
  clear: both;
  background: #FFF;
  box-shadow: 0 0 3px;
}
.together_middle img{
  float: left;
  width:45%;
  padding:5px;
  margin:10px;
  box-shadow: 0 0 3px;
  background: #fff;
}
h3{
  margin:8px;
}
.together01_box1{
  width: 455px;
  float: left;
  padding:10px;
  margin:5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #f00;
}
img.together01_img {
    width: 93%;
    padding: 5px;
    margin: 10px;
    box-shadow: 0px 0px 10px #f00;
    border-radius: 50%;
}
.together01_box{
  width: 293px;
  float: left;
  padding:10px;
  box-shadow: 0px 0px 10px;
  margin:5px;

}
.together_block{
  clear: both;
}
.links_pr_block{
  padding:10px;
  margin-bottom: 10px;
  clear: both;
  box-shadow: 0 0 3px;
  background: #FFF;
}
.links_pr_block ul{
  padding:0;
  margin:0;
}
.links_pr_block ul li{
  line-height: 30px;
  list-style-type: none;
}
h2 {
    font-size:16px;
	margin:0;
	margin-bottom:10px;
}
h2  {
    font-size: 18px;
    padding: 10px;
    color: #FFFFFF;
    clear: both;
    background-color: #C77E3E;
    border-bottom: 4px solid #F8A7BA;
    text-align: center;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin: 10px 0;
}
h2:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #F8A7BA;
}
h2:after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #F8A7BA;
}
  
.footer{
  width:100%;
  min-width: 1000px;
  margin:auto;
  background: #FFFFFF;
  clear: both;
  padding: 10px 0;
}

.foot{
  width:1000px;
  margin:auto;
  text-align: center;
  color: #151414;
}
.foot a{
  color: #EC0037;
}
.sub{
  padding:10px;
  margin-bottom: 10px;
  clear: both;
  box-shadow: 0 0 3px;
  background: #FFF;
}
.sub img{
  float: left;
  width:34%;
  box-shadow: 0px 0px 10px;
  padding:5px;
  margin:10px;
}
div#boxArea {
    margin: auto;
    margin-top: 9px;
}


@media screen and (max-width: 480px){
  .header{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  h1{
    width: 95%;
    font-size: 14px;
  }
  .together_main_top{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .together_box_img{
    width:100%;

  }
  .together_box_img img{
    width:100%;
  }
  .together_top_main {
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .together_main_menu {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .together_main_menu ul li{
    display: block;
    width: 100%;
  }
 .together_main_menu ul li a{
    display: block;
    margin-bottom: 5px;
  }
  *{
	  padding:0px;
	  margin:0px;
  }
  .together_controller{
    width:100%;
  }
  .together_cont{
    width: 90%;
    float: none;
    margin: auto;
  }
  .together_box11 {
    width: 95%;
  }
  .together_block{
    width:100%;
  }
  img.together11_img1{
    width:93%;
    float: none;
  }
  .together_middle{
    width: 95%;
  }
  .together_middle img{
    float: left;
    width:93%;
  }
  .together01_box1{
    width:93%;
  }
  .together01_img{
    width:93%;
  }
  .together01_box{
    width:93%;
  }
  .links_pr_block{
    width: 95%;
  }
  .sub{
    width:93%;
  }
  .sub img{
    width:93%;
    float: none;
  }
  .footer{
    width:100%;
    min-width: 100%;
    margin:auto;
  }
  .foot{
    width:100%;
  }
  img.together01_img{
    width:93%;
  }
  }

@media screen and (max-width: 320px){
  .header{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  h1{
    width:100%;
    font-size: 12px;
  }
  .together_main_top{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .together_box_img{
    width:100%;

  }
  .together_box_img img{
    width:100%;
  }
  .together_top_main {
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .together_main_menu {
    width:100%;
  }
  .together_main_menu ul li{
    display: block;
  }
	.together_main_menu ul li a{
    display: block;
  }
  *{
	  padding:0px;
	  margin:0px;
  }
  .together_controller{
    width:100%;
  }
  .together_cont{
    width:93%;
  }
  .together_box11 {
    width: 89%;
  }
  .together_block{
    width:100%;
  }
  img.together11_img1{
    width: 89%;
    float: none;
  }
  .together_middle{
    width: 89%;
  }
  .together_middle img{
    float: left;
    width: 89%;
  }
  .together01_box1{
    width: 89%;
  }
  .together01_img{
    width:93%;
  }
  .together01_box{
    width: 89%;
  }
  .links_pr_block{
    width: 89%;
  }
  .sub{
    width: 89%;
  }
  .sub img{
    width: 89%;
  }
  .footer{
    width:100%;
    min-width: 100%;
    margin:auto;
  }
  .foot{
    width:100%;
  }
  img.together01_img{
    width:89%;
  }
 
  }