@charset "UTF-8";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/core_140525/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/core_140525/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, sass/core_140525/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, sass/core_140525/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, sass/core_140525/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, sass/core_140525/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, sass/core_140525/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, sass/core_140525/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, sass/core_140525/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, sass/core_140525/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, sass/core_140525/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, sass/core_140525/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, sass/core_140525/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, sass/core_140525/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, sass/core_140525/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, sass/core_140525/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, sass/core_140525/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, sass/core_140525/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, sass/core_140525/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, sass/core_140525/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, sass/core_140525/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, sass/core_140525/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, sass/core_140525/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, sass/core_140525/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, sass/core_140525/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, sass/core_140525/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, sass/core_140525/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, sass/core_140525/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, sass/core_140525/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, sass/core_140525/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, sass/core_140525/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, sass/core_140525/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, sass/core_140525/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, sass/core_140525/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, sass/core_140525/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, sass/core_140525/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, sass/core_140525/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, sass/core_140525/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, sass/core_140525/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, sass/core_140525/_normalize.scss */
td,
th {
  padding: 0;
}







/*全体の背景*/
body{
/*  background: url("../img/body/all_bg.jpg") center top repeat;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#ffffff');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#ffffff')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
  background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
  background-image: -o-linear-gradient(top, #cccccc, #ffffff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
  background-image: linear-gradient(top, #cccccc, #ffffff);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
  background-size: auto 3000px;
  background-repeat: no-repeat;
}

/*ヘッダ*/
#header {
  z-index: 100;
  margin-top: 0px;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(top, #ffffff, #cccccc);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#title{
  padding-top: 3px;
}
#header-inner {
  position: relative;
  width: 1000px;
  height: 110px;
  margin: auto;
  border-bottom: solid 10px #296aff;
/*  background: url("../img/head/head_bg.gif") center top repeat;*/
}
#header-inner #title {
  margin-top: 5px;
  margin-left: 15px;
}




/*メニューリスト*/
#mainMenuBox {
  position: absolute;
  left: 0px;
  top: 65px;
}
#mainMenu {
  position: relative;
}
#mainMenu > ul {
  margin: 0;
  padding: 0;
  margin-left: 0px;
}
/*それぞれのアイコン*/
#mainMenu > ul > li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 110px;
  margin-right: 1.1px;
  border-radius: 4px 4px 0 0/4px 4px 0 0;
  background-color: #fff;
}
/*カーソル合わせると下に表示*/
#mainMenu > ul > li.hasSubmenu:hover .submenu {
  display: block;
}
#mainMenu > ul > li:hover{
  background-color:#fffc00;
}
#mainMenu > ul > li > a {
  position: relative;
  display: inline-block;
}
#mainMenu > ul > li img {
  vertical-align: middle;
  width:110px;
}
#mainMenu > ul > li img.menu-item {
  border-radius: 4px 4px 0 0/4px 4px 0 0;
  position: relative;
}
#mainMenu > ul > li img.menu-item.active {
  top: -5px;
  background-color: #000;
}
#mainMenu > ul > li ul {
  display: none;
  position: relative;
  z-index: 100;
  margin-left: -90px;
  padding: 10px;
  left: 50%;
  width: 160px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
#mainMenu > ul > li ul:before {
  position: absolute;
  margin-left: -8px;
  top: -12px;
  left: 50%;
}
#mainMenu > ul > li ul li {
  line-height: 1.3em;
  list-style-type: none;
  border-bottom: dotted 1px #666;
}
#mainMenu > ul > li ul li a {
  display: block;
  color: #773222;
  padding: 0.5em 0;
  font-size: 14px;
  text-decoration: none;
}
#mainMenu > ul > li ul li a:hover {
  background-color: #ffffcc;
}
#mainMenu > ul > li ul li:last-child {
  border-bottom: none;
}





#ContentBox {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
#ContentBox .content-row {
  margin-left: 25px;
  margin-bottom: -10px;
  width: 300px;
  float: left;
}
#ContentBox .content-body {
  padding: 5px 0px;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 7px;
}
#ContentBox .content-body .content-title,
#ContentBox .content-body .content-content{
  width: 280px;
  margin: auto;
  line-height: 1.4em;
}

#ContentBox .content-body .content-title{
  text-shadow:1px 1px 2px ffffff;
}

#ContentBox .content-body .content-foot{
  height: 5px;
}
#ContentBox .content-body .content-title {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: dotted 1px #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3em;
  font-family: sans-serif;
}
#ContentBox .content-body .content-title img {
  width: 25px;
  padding: 0 5px 0 0;
  margin-bottom: -4px;
}
#ContentBox #content-photo{
  background-color: 87cefa;
}
#ContentBox #content-photo .content-content{
  text-align: right;
}
#topics-list {
  padding: 5 10px 5 10px;
}
#topics-container{
  width: 280px;
  height: 360px;
  display: inline-block;
}
#topics-container IFRAME{
  width: 100%;
  height: 100%;
  border:none;
  border-radius: 5px;
}
#ContentBox #content-caution{
  background-color: f0e68c;
}
#ContentBox #content-topics{
  background-color: D5BFE9;
}
#ContentBox .content-body a {
  color: #3B67E9;
}
#ContentBox .content-body a:hover {
  color: #f51e64;
}
#ContentBox .content-content, #ContentBox .content-topics {
  padding: 5px 10px;
}
#ContentBox #content-mail{
  background-color: 7fffd4;
}
#ContentBox #content-favor{
  background-color: F5FC84;
}
#ContentBox #content-plan{
  background-color: FF9999;
}


/*フッターを下部に固定するため*/
html,body{
  height:100%;
}
#container{
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#body-inner{
  width: 1000px;
  position: relative;
  margin: auto;
  padding-bottom: 100px;/*フッターの高さ*/
  background: url("../img/body/body_bg.jpg") center top repeat;
}


#footer {
  position: absolute;
  bottom: 0;
  height: 80px;
/*  clear:left;*/
  padding-top: 20px;
  width: 100%;
  font-size: 0.8em;
  background: url("../img/foot/pixel_weave.png") center top repeat;
}
#footer-inner {
  position: relative;
  width: 1000px;
  margin: auto;
}
#footer-inner > div {
  padding: 10px;
  text-align: center;
}
#footer-inner #link-button {
  position: absolute;
  top: 25px;
  left: 240px;
}


.flex-caption{
  float: left;
  margin-top: 175px;
  margin-left: 3px;
  font-size: 15px;
  position: absolute;
  top: 0px;
  padding: 5px;
  background-color: ffffff;
  opacity: 0.7;
  border-radius: 4px;
}

/*各ページ*/
.touitai-info-l{
  float: left;
  padding-left: 45px;
  padding-right: 39px;
  margin-bottom: 30px;
  width: 380px;
  font-size: 15px;
  border-right: solid 2px 000000;
}
.touitai-info-r{
  float: left;
  margin-left: -2px;
  padding-left: 39px;
  padding-right: 45px;
  margin-bottom: 30px;
  width: 380px;
  font-size: 15px;
  border-left: solid 2px 000000;
}
.touitai-img{
  width: 900px;
}
/*heightを調整して文字が切れないようにする（ブラウザごとに異なるのでやや広めに）*/
.result-list{
  float: left;
  padding: 10px;
  width: 279px;
  height: 1050px;
  font-size: 15px;
}
#result-box{
  margin-top: 30px;
  border-top: solid 2px 000000;
  border-left: solid 2px 000000;
  border-bottom: solid 2px 000000;
  border-right: solid 2px 000000;
}
.result-list:nth-child(2n+1){
  background-color:ffffff;
}
.result-list:nth-child(3n){
  width: 278px;
}
#float-clear{
  clear:both;
}
#touitai-content{
  text-align: center;
}
#touitai-individual a{
  margin-right: 15px;
}
.jumpbox{
  margin: 0 0 10px 45px;
}
.jumpbox a{
  margin-left: 15px;
}
.photofloat{
  float: left;
  width:300px;
}
.photofloat dt{
  color: #3B67E9;
  cursor: pointer;
  width: 100px;
}
.photofloat dt:hover{
  color: #67DA00;
}
.photofloat dl dd { display:none; }
#LargeBox{
padding: 5px 30px 0 30px;
}
#shinkan{
  font-weight: 500;
  padding: 20px 0 20px 0;
  width:600px;
  /*text-shadow: 1px 1px #f0f0f0;*/
  font-size: 16px;
  color: black;
  /*background-image: url("../img/modal/shinkan_bg.jpg");*/
  background-position: center;
}
#shinkan1{
  margin-bottom: 10px;
}
#shinkan2{
  margin-top: -20px;
  margin-bottom: 5px;
}
#shinkan3{
  font-size: 13px;
  margin-top: 5px
  margin-bottom: 50px;
}
#shinkan4{
  font-size: 16px;
  margin-top: 5px
    margin-bottom: 50px;
}
#shinkan5{
  color:black;
  font-size: 18px;
  margin-top: 20px
    margin-bottom: 50px;
}
.buhou-container{
  margin: 10px 50px;
  font-size: 18px;
}
.buhou-container span{
  margin-right: 20px;
}
.buhou-container .vol{
  margin-left: 10px;
  padding: 0 10px;
}
.buhou-container .katsuji{
  margin-left: -10px;
  padding: 0 0px;
}
.h2strong{
  text-decoration: underline;
}
#LargeBox2{
  padding: 10px 50px 20px 50px;
}
#YetBox{
  padding: 100px 50px 20px 50px;
  text-align: center;
}
.SmallBox{
  padding: 0 50px 0 50px;
}
.a-color a {
  color: #3B67E9;
}
.a-color a:hover {
  color: #f51e64;
}/*touitai-listは別に指定*/
.a-color2 a {
  color: #3B67E9;
  text-decoration: none;
}
.a-color2 a:hover {
  color: #f51e64;
}

/*文章強調BOX*/
.temph1{
  width: 800px;
  margin: auto;
}
.temph2{
  margin:10px 5px;
  padding:15px;
  word-break:break-all;
  color:#333;
  box-shadow:1px 1px 2px rgba(0,0,0,0.3);
  background:url("../img/body/box_bg.png");
  border-radius:10px;
}
.temph3{
  background:rgba(255,255,255,0.85);
  padding:5px;
  border-radius:5px;
}
.temph4{
  border:2px dashed #d9d9b5;
  border-radius:5px;
  padding:10px 30px 10px 30px;
}

/*見出しデザイン集*/
.headline1 {
  position: relative;
  color: #111;
  background: #ccc;
  font-size: 20px;
  line-height: 1;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
.headline1:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
.headline1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #ccc;
  border-right-color: transparent;
}/*左端に丸，右端に切り込み*/
.headline2{
  position: relative;
  border-color: #eee;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  background: #fff;
  margin: 0 0 15px -15px;
  padding: 5px 15px;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.headline2:after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 15px;
  width: 70%;
  height: 10px;
  background: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}/*白背景，上下灰色線，右下にめくれたような影。背景画像があると影が出ないっぽい*/
.headline3 {
  margin:0 0 30px 0;
  padding:12px 10px;
  background: #1d8ade; /* Old browsers */
  background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
  background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
  color:#FFF;
  text-shadow:1px 1px 2px #333;
  box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
  position:relative;
}
.headline3:before,
.headline3:after{
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 40%;
  height: 20px;
  left: 4px;
  bottom:7px;
  -webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
  background-color: #F00;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.headline3:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}/*青背景にくっきり白文字，ボックスの影。背景画像があると影が出ないっぽい*/
.headline4 {
  color: ffffff;
  background: -moz-linear-gradient(top, #fad7b1, #f49b3d 50%, #ef7d01 51%,#f07c01);
  background: -webkit-gradient(linear, left top, left bottom, from(#fad7b1), color-stop(50%, #f49b3d), color-stop(51%, #ef7d01),to(#f07c01));
  text-shadow: -1px -1px #cc6600;
  font-size: 20px;
  padding: 3px;
  margin-left: 15px
}/*オレンジ立体背景にくっきり白文字*/
.headline5 {
  position: relative;
  color: 655DE8;
  text-shadow: -1px -1px #cc6600;
  background: #ccc;
  background-image: -webkit-linear-gradient(#ddd, #bbb);
  background-image: -moz-linear-gradient(#ddd, #bbb);
  background-image: -o-linear-gradient(#ddd, #bbb);
  background-image: -ms-linear-gradient(#ddd, #bbb);
  background-image: linear-gradient(#ddd, #bbb);
  font-size: 25px;
  line-height: 1;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
}
.headline5:after,.headline5:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #777;
}
.headline5:after {
  left: 0;
  border-right: 5px solid #777;
}
.headline5:before {
  right: 0;
  border-left: 5px solid #777;
}/*リボン*/
.headline5 span{
  margin-left: 30px;
}
.headline6 {
  font-size: 1.1em;
  margin-left: -7px;
  padding: 2px 5px 0 5px;
  border-left: 4px solid DE7700;
  border-bottom: 2px solid FFB055;
  background-color: FFFFED;
}/*無難な左線・下線・背景淡黄*/
.headline7{
  position: relative;
  border-color: #61EC3C;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  background: #D5FFCA;
  margin: 0 0 15px -10px;
  padding: 5px 15px;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.headline7:after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 15px;
  width: 70%;
  height: 10px;
  background: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}/*緑背景，上下緑線，右下にめくれたような影。背景画像があると影が出ないっぽい*/
.headline8{
  position: relative;
  border-color: #0ED1DA;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  background: #FFFDB7;
  margin: 0 0 15px -10px;
  padding: 5px 15px;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.headline8:after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 15px;
  width: 70%;
  height: 10px;
  background: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}/*緑背景，上下緑線，右下にめくれたような影。背景画像があると影が出ないっぽい*/
