﻿@charset "utf-8";
/* CSS Document */

.midashi1 {
	font-weight: bold;
	font-size: 120%;
}


/*-- guide --*/
.contentsBoxG_inner {
	width:950px;
	margin: 0 auto;
}

.contentsBoxG_inner .headline {
	border-left: 10px solid #666;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    line-height: 1.4;
}

.contentsBoxG_inner .midashi1{
	padding:1em 0 0.5em 0;
}

.contentsBoxG_inner .midashi2{
        font-weight:bold;
        margin-top:1.5em;
}

.contentsBoxG_inner .guideContents{
	border-bottom: 1px dashed #929292;
	margin-bottom: 1em;
        padding-bottom: 1em;
}

.guideContents .nenkanList {
	padding-left: 20px;
}


.guideContents .nenkanList li {
	list-style-type: disc;
}



.contentsBoxG_inner .listnumber{
  display:inline-block;
  background: #5e4637;
  color: white;
  /*font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
  font-weight:bold;
  font-size: 13px;
  border-radius: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 25px;
  text-align:center;
  margin:0 0.5em 0.5em 0;
}


.contentsBoxG_inner img{
       margin:2em 0 2em 0;
}



/*.contentsBoxG_inner .memberButton{
        color: #533e31;
        border: dashed 0.6px #533e31;
        background: #dbd5d1; 
        padding: 0.5em 0.5em 0.5em 2em;
}

.contentsBoxG_inner .guideTopmenu{
        color: #533e31;
	font-size: 1.3em;
        border: dashed 0.6px #533e31;
        background: #dbd5d1; 
        padding: 0.5em 0.5em 0.5em 2em;
	margin-top: 1em;
}*/


/*table {
   table-layout: auto;
   width: 100%;
}*/




@media print, screen and (max-width: 480px) {
.contentsBoxG_inner {
	padding: 0 0.5em;
	width: 100%;
	margin: 0 auto;	
}

.contentsBoxG_inner .headline {
	border-left: 10px solid #666;
    margin: 0.5em 0; 
    padding: 0.5em;
    line-height: 1.4;
	text-align: left;
}
}


.contentsBoxG_inner p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 1rem;
}





